diff options
author | Pierre Joye <pajoye@php.net> | 2009-01-04 20:18:57 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-01-04 20:18:57 +0000 |
commit | c6f6997504b86a6bd29c24ac17bf1b0a2e32ff1d (patch) | |
tree | ebe355aa26d3c8a0353c0547c1b238a410f24442 /sapi | |
parent | 96b1c50ea9fe1610028875e97b04a1ad096252dc (diff) | |
download | php-git-c6f6997504b86a6bd29c24ac17bf1b0a2e32ff1d.tar.gz |
- fix build
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> |