diff options
| author | Zeev Suraski <zeev@php.net> | 1999-04-18 15:58:27 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-04-18 15:58:27 +0000 |
| commit | 5e8c3228596c4078304868d94658e5c8e87b08ef (patch) | |
| tree | 96e341eadbec76aa2389a7231a7d6b60ced18451 /ext/standard/pack.c | |
| parent | f432c05c3f2fdfc51b8799f908eb213717a15500 (diff) | |
| download | php-git-5e8c3228596c4078304868d94658e5c8e87b08ef.tar.gz | |
Make Win32 happy with the recent changes.
Diffstat (limited to 'ext/standard/pack.c')
| -rw-r--r-- | ext/standard/pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/pack.c b/ext/standard/pack.c index 629595df90..c1be66847c 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -46,7 +46,7 @@ #else #include <sys/param.h> #endif -#include "head.h" +#include "functions/head.h" #include "safe_mode.h" #include "php3_string.h" #include "pack.h" |
