diff options
author | Zeev Suraski <zeev@php.net> | 2000-01-28 13:31:12 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-01-28 13:31:12 +0000 |
commit | fc678100cd378669f27493fac3eb184f0643d047 (patch) | |
tree | fdd5eb398ca9e5a903747f96bcd12786736fc9c7 /main | |
parent | 6f63373bb239f27dc2b29cdb6ace8297f30992a7 (diff) | |
download | php-git-fc678100cd378669f27493fac3eb184f0643d047.tar.gz |
post.c really had nothing to do with POST anymore, and it belongs to the top level directory
Diffstat (limited to 'main')
-rw-r--r-- | main/main.c | 1 | ||||
-rw-r--r-- | main/rfc1867.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index 77d9d78e34..0bee112546 100644 --- a/main/main.c +++ b/main/main.c @@ -50,6 +50,7 @@ #include "fopen-wrappers.h" #include "ext/standard/php_standard.h" #include "snprintf.h" +#include "php_gpce.h" #if WIN32|WINNT #include <io.h> #include <fcntl.h> diff --git a/main/rfc1867.c b/main/rfc1867.c index 76819f8fd9..12ed4f2934 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -23,6 +23,7 @@ #include "ext/standard/file.h" /* for php_file_le_uploads() */ #include "zend_globals.h" #include "php_globals.h" +#include "php_gpce.h" #include "rfc1867.h" |