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 /main/main.c | |
| parent | e20b13751b7f10343968519c271a28ad549fca95 (diff) | |
| download | php-git-caeaaf4d98bbc0369f0216c98242eca9f00026e6.tar.gz | |
Fix build on systems which lack snprintf or vsnprintf.
PR: #3786
Diffstat (limited to 'main/main.c')
| -rw-r--r-- | main/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index a96f3088da..7a4ad01819 100644 --- a/main/main.c +++ b/main/main.c @@ -49,7 +49,6 @@ #include "main.h" #include "fopen-wrappers.h" #include "ext/standard/php_standard.h" -#include "snprintf.h" #include "php_variables.h" #ifdef PHP_WIN32 #include <io.h> |
