diff options
author | Antony Dovgal <tony2001@php.net> | 2006-12-28 15:22:07 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-12-28 15:22:07 +0000 |
commit | 322b00be0a95669ad5713d21ed6238333cc59dfc (patch) | |
tree | 0aca2b49c66530b11e73ab3e0d75ecd0d8eb42ea /sapi/embed/php_embed.c | |
parent | c42fb0033dad7ecfa7513a90d46ac65f331d711c (diff) | |
download | php-git-322b00be0a95669ad5713d21ed6238333cc59dfc.tar.gz |
fix sapi/embed build
Diffstat (limited to 'sapi/embed/php_embed.c')
-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 8be506e73d..3cf5642803 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/dl.h> #ifdef PHP_WIN32 #include <io.h> |