diff options
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/embed/php_embed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 3d93947173..c3fd38413c 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -18,6 +18,7 @@ /* $Id$ */ #include "php_embed.h" +#include "ext/standard/php_standard.h" #ifdef PHP_WIN32 #include <io.h> |