pajoye Sat Jul 5 18:36:13 2008 UTC
Modified files:
/php-src/main win95nt.h
Log:
- _getpid is in process.h
http://cvs.php.net/viewvc.cgi/php-src/main/win95nt.h?r1=1.24&r2=1.25&diff_format=u
Index: php-src/main/win95nt.h
diff -u php-src/main/win95nt.h:1.24 php-src/main/win95nt.h:1.25
--- php-src/main/win95nt.h:1.24 Mon Dec 31 07:12:18 2007
+++ php-src/main/win95nt.h Sat Jul 5 18:36:13 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: win95nt.h,v 1.24 2007/12/31 07:12:18 sebastian Exp $ */
+/* $Id: win95nt.h,v 1.25 2008/07/05 18:36:13 pajoye Exp $ */
/* Defines and types for Windows 95/NT */
#define HAVE_DECLARED_TIMEZONE
@@ -28,6 +28,8 @@
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
+#include <process.h>
+
typedef int uid_t;
typedef int gid_t;
typedef char * caddr_t;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php