wez             Tue May 25 09:23:20 2004 EDT

  Modified files:              
    /php-src/main/streams       plain_wrapper.c 
  Log:
  *sigh*, obviously, we need this to be able to use sapi_module.name
  
  
http://cvs.php.net/diff.php/php-src/main/streams/plain_wrapper.c?r1=1.38&r2=1.39&ty=u
Index: php-src/main/streams/plain_wrapper.c
diff -u php-src/main/streams/plain_wrapper.c:1.38 
php-src/main/streams/plain_wrapper.c:1.39
--- php-src/main/streams/plain_wrapper.c:1.38   Tue May 25 09:17:01 2004
+++ php-src/main/streams/plain_wrapper.c        Tue May 25 09:23:20 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: plain_wrapper.c,v 1.38 2004/05/25 13:17:01 wez Exp $ */
+/* $Id: plain_wrapper.c,v 1.39 2004/05/25 13:23:20 wez Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -35,6 +35,7 @@
 #ifdef HAVE_SYS_MMAN_H
 #include <sys/mman.h>
 #endif
+#include "SAPI.h"
 
 #include "php_streams_int.h"
 

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

Reply via email to