diff options
| author | Sascha Schumann <sas@php.net> | 2000-03-12 15:47:34 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-03-12 15:47:34 +0000 |
| commit | caeaaf4d98bbc0369f0216c98242eca9f00026e6 (patch) | |
| tree | d916122d20d6c4a87ac7763213cd1beb693f1fa5 /ext/standard/pack.c | |
| parent | e20b13751b7f10343968519c271a28ad549fca95 (diff) | |
| download | php-git-caeaaf4d98bbc0369f0216c98242eca9f00026e6.tar.gz | |
Fix build on systems which lack snprintf or vsnprintf.
PR: #3786
Diffstat (limited to 'ext/standard/pack.c')
| -rw-r--r-- | ext/standard/pack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/pack.c b/ext/standard/pack.c index 5ff9f29312..2fd20fd510 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -44,7 +44,6 @@ #include <pwd.h> #endif #endif -#include "snprintf.h" #include "fsock.h" #if HAVE_NETINET_IN_H #include <netinet/in.h> |
