From cc415d699e4e8dba921a390a9773082ff411b86f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 3 Oct 2000 18:52:46 +0000 Subject: [PATCH] #include "ext/standard/php_string.h" to get php_memnstr(). --- ext/pfpro/pfpro.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1