summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-04-10 01:13:18 +0000
committerMarcus Boerger <helly@php.net>2002-04-10 01:13:18 +0000
commit3e70f373cec6d933e5cbac4e95e84f9e181efb08 (patch)
tree2eea5fd9f6afaae4588b1a4063a94cfdc33bc843 /main/php.h
parentc664a0a202bcbc580dc7d6e5741421e409783087 (diff)
downloadphp-git-3e70f373cec6d933e5cbac4e95e84f9e181efb08.tar.gz
make (v)spprintf available
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h
index a8e942f038..6784e06df9 100644
--- a/main/php.h
+++ b/main/php.h
@@ -204,6 +204,7 @@ char *strerror(int);
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) || defined(BROKEN_SPRINTF) || defined(BROKEN_SNPRINTF) || defined(BROKEN_VSNPRINTF)
#include "snprintf.h"
#endif
+#include "spprintf.h"
#define EXEC_INPUT_BUF 4096