summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/php_string.h2
-rw-r--r--ext/standard/string.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h
index 2f056a3afa..324e995628 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -36,8 +36,6 @@
#ifndef _PHPSTRING_H
#define _PHPSTRING_H
-#include "basic_functions.h"
-
PHP_FUNCTION(strspn);
PHP_FUNCTION(strcspn);
PHP_FUNCTION(str_replace);
diff --git a/ext/standard/string.c b/ext/standard/string.c
index 07a61aa6c3..cd444eeed6 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -32,6 +32,7 @@
#endif
#include "zend_execute.h"
#include "php_globals.h"
+#include "basic_functions.h"
int php_tag_find(char *tag, int len, char *set);