moriyoshi               Thu Oct 24 10:01:46 2002 EDT

  Modified files:              
    /php4/ext/standard  dl.c 
  Log:
  Fix build
  
  
Index: php4/ext/standard/dl.c
diff -u php4/ext/standard/dl.c:1.76 php4/ext/standard/dl.c:1.77
--- php4/ext/standard/dl.c:1.76 Thu Oct 24 09:14:42 2002
+++ php4/ext/standard/dl.c      Thu Oct 24 10:01:45 2002
@@ -18,13 +18,14 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: dl.c,v 1.76 2002/10/24 13:14:42 sas Exp $ */
+/* $Id: dl.c,v 1.77 2002/10/24 14:01:45 moriyoshi Exp $ */
 
 #include "php.h"
 #include "dl.h"
 #include "php_globals.h"
 #include "ext/standard/info.h"
 #include "SAPI.h"
+#include "build-defs.h"
 
 #if defined(HAVE_LIBDL) || HAVE_MACH_O_DYLD_H
 #include <stdlib.h>



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to