]> granicus.if.org Git - php/commitdiff
fix sapi/embed build
authorAntony Dovgal <tony2001@php.net>
Thu, 28 Dec 2006 15:22:07 +0000 (15:22 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 28 Dec 2006 15:22:07 +0000 (15:22 +0000)
sapi/embed/php_embed.c

index 8be506e73d36f6f9a28ecc9be2e74ca4cfe2a04c..3cf5642803ae3977e663ae55f8f69647bf4a82e5 100644 (file)
@@ -18,6 +18,7 @@
 /* $Id$ */
 
 #include "php_embed.h"
+#include <ext/standard/dl.h>
 
 #ifdef PHP_WIN32
 #include <io.h>