summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index d0804923d6..e086ee4ed5 100644
--- a/main/php.h
+++ b/main/php.h
@@ -172,6 +172,7 @@ char *strerror(int);
#endif
#include "php_streams.h"
+#include "php_memory_streams.h"
#include "fopen_wrappers.h"
#if (REGEX == 1 || REGEX == 0) && !defined(NO_REGEX_EXTRA_H)
@@ -357,7 +358,7 @@ PHPAPI int cfg_get_string(char *varname, char **result);
#define XtOffsetOf(s_type, field) XtOffset(s_type*, field)
#endif
#endif /* !XtOffsetOf */
-
+
PHPAPI PHP_FUNCTION(warn_not_available);
#endif