summaryrefslogtreecommitdiff
path: root/ext/pfpro/pfpro.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-10-03 18:52:46 +0000
committerSascha Schumann <sas@php.net>2000-10-03 18:52:46 +0000
commitcc415d699e4e8dba921a390a9773082ff411b86f (patch)
treec8c00010570b02058b41167a67af97c219f465c7 /ext/pfpro/pfpro.c
parentacc4a8ed6d20b60f43ae99d374e6f20f46ceb4d1 (diff)
downloadphp-git-cc415d699e4e8dba921a390a9773082ff411b86f.tar.gz
#include "ext/standard/php_string.h" to get php_memnstr().
Diffstat (limited to 'ext/pfpro/pfpro.c')
-rw-r--r--ext/pfpro/pfpro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pfpro/pfpro.c b/ext/pfpro/pfpro.c
index 8e2e048a43..e68e24097b 100644
--- a/ext/pfpro/pfpro.c
+++ b/ext/pfpro/pfpro.c
@@ -27,6 +27,8 @@
#if HAVE_PFPRO
+#include "ext/standard/php_string.h"
+
#ifdef ZTS
int pfpro_globals_id;
#else