summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-03-12 15:47:34 +0000
committerSascha Schumann <sas@php.net>2000-03-12 15:47:34 +0000
commitcaeaaf4d98bbc0369f0216c98242eca9f00026e6 (patch)
treed916122d20d6c4a87ac7763213cd1beb693f1fa5 /ext/standard/file.c
parente20b13751b7f10343968519c271a28ad549fca95 (diff)
downloadphp-git-caeaaf4d98bbc0369f0216c98242eca9f00026e6.tar.gz
Fix build on systems which lack snprintf or vsnprintf.
PR: #3786
Diffstat (limited to 'ext/standard/file.c')
-rw-r--r--ext/standard/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index 9eb8f2564e..852170e464 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -65,7 +65,6 @@
#include <netdb.h>
#include <arpa/inet.h>
#endif
-#include "snprintf.h"
#include "fsock.h"
#include "fopen-wrappers.h"
#include "php_globals.h"