[PHP-DEV] cvs: /php3/functions oci8.c From: Andreas Karajannis (Andreas.Karajannis <email protected>)
Date: 08/08/99

kara Sun Aug 8 12:22:27 1999 EDT

  Modified files:
    /php3/functions oci8.c
  Log:
  Forgot include some headers
  
  
Index: php3/functions/oci8.c
diff -u php3/functions/oci8.c:1.117 php3/functions/oci8.c:1.118
--- php3/functions/oci8.c:1.117 Sat Aug 7 07:47:38 1999
+++ php3/functions/oci8.c Sun Aug 8 12:22:26 1999
@@ -33,7 +33,7 @@
 
 #define OCI8_USE_EMALLOC 0 /* set this to 1 if you want to use the php memory manager! */
 
-/* $Id: oci8.c,v 1.117 1999/08/07 11:47:38 kara Exp $ */
+/* $Id: oci8.c,v 1.118 1999/08/08 16:22:26 kara Exp $ */
 
 /* TODO list:
  *
@@ -103,6 +103,10 @@
 # include "build-defs.h"
 #endif
 #include "snprintf.h"
+
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
 
 /* }}} */
 /* {{{ thread safety stuff */

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>