We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7b320 commit f572a8aCopy full SHA for f572a8a
Zend/zend_string.c
@@ -16,6 +16,7 @@
16
+----------------------------------------------------------------------+
17
*/
18
19
+#include "zend_string.h"
20
#include "zend.h"
21
#include "zend_globals.h"
22
Zend/zend_string.h
@@ -19,7 +19,9 @@
#ifndef ZEND_STRING_H
#define ZEND_STRING_H
-#include "zend.h"
+#include "zend_alloc.h" // for pemalloc()
23
+#include "zend_portability.h" // for BEGIN_EXTERN_C
24
+#include "zend_types.h" // for zend_string
25
26
BEGIN_EXTERN_C()
27
0 commit comments