summaryrefslogtreecommitdiff
path: root/sapi/embed/php_embed.c
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-04 20:18:57 +0000
committerPierre Joye <pajoye@php.net>2009-01-04 20:18:57 +0000
commitc6f6997504b86a6bd29c24ac17bf1b0a2e32ff1d (patch)
treeebe355aa26d3c8a0353c0547c1b238a410f24442 /sapi/embed/php_embed.c
parent96b1c50ea9fe1610028875e97b04a1ad096252dc (diff)
downloadphp-git-c6f6997504b86a6bd29c24ac17bf1b0a2e32ff1d.tar.gz
- fix build
Diffstat (limited to 'sapi/embed/php_embed.c')
-rw-r--r--sapi/embed/php_embed.c1
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>