summaryrefslogtreecommitdiff
path: root/ext/icap/php_icap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/icap/php_icap.c')
-rw-r--r--ext/icap/php_icap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c
index bc1653ce32..39f050e3b2 100644
--- a/ext/icap/php_icap.c
+++ b/ext/icap/php_icap.c
@@ -51,7 +51,7 @@
#include "php_icap.h"
#include "modules.h"
#include "ext/standard/info.h"
-#include "ext/standard/global.h"
+#include "ext/standard/php_global.h"
#if (WIN32|WINNT)
#include "winsock.h"
#endif