diff options
author | Sascha Schumann <sas@php.net> | 1999-12-28 18:47:59 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-28 18:47:59 +0000 |
commit | 09d2e3d15992f0c67dc089a27b35016f2aa93044 (patch) | |
tree | 82a7392aa1c7aad8d348b262b8e7bce56f04059e /ext/standard/string.c | |
parent | a20c76fcbce779b1040a018d4d17f8661e5af595 (diff) | |
download | php-git-09d2e3d15992f0c67dc089a27b35016f2aa93044.tar.gz |
Move include into source file
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r-- | ext/standard/string.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |