summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-12-28 15:22:07 +0000
committerAntony Dovgal <tony2001@php.net>2006-12-28 15:22:07 +0000
commit322b00be0a95669ad5713d21ed6238333cc59dfc (patch)
tree0aca2b49c66530b11e73ab3e0d75ecd0d8eb42ea
parentc42fb0033dad7ecfa7513a90d46ac65f331d711c (diff)
downloadphp-git-322b00be0a95669ad5713d21ed6238333cc59dfc.tar.gz
fix sapi/embed build
-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 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>