diff options
| author | Zeev Suraski <zeev@php.net> | 2000-10-17 18:13:35 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-10-17 18:13:35 +0000 |
| commit | 9e5ef06cebb399cf10972c155396c6358a391c21 (patch) | |
| tree | 8695fbe37483f695ed4f2f15142bc15da674f515 | |
| parent | 98bbb1178085e25f2476ffd3df34a8110427f5a0 (diff) | |
| download | php-git-9e5ef06cebb399cf10972c155396c6358a391c21.tar.gz | |
Fix warning
| -rw-r--r-- | main/rfc1867.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/rfc1867.c b/main/rfc1867.c index b56aedbc44..0b53158376 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -24,6 +24,7 @@ #include "php_globals.h" #include "php_variables.h" #include "rfc1867.h" +#include "ext/standard/type.h" #define NEW_BOUNDARY_CHECK 1 |
