pajoye          Sat Jul  5 18:36:34 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/main       win95nt.h 
  Log:
  - MFH: _getpid is in process.h
  
http://cvs.php.net/viewvc.cgi/php-src/main/win95nt.h?r1=1.20.2.2.2.2.2.1&r2=1.20.2.2.2.2.2.2&diff_format=u
Index: php-src/main/win95nt.h
diff -u php-src/main/win95nt.h:1.20.2.2.2.2.2.1 
php-src/main/win95nt.h:1.20.2.2.2.2.2.2
--- php-src/main/win95nt.h:1.20.2.2.2.2.2.1     Mon Dec 31 07:17:17 2007
+++ php-src/main/win95nt.h      Sat Jul  5 18:36:34 2008
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: win95nt.h,v 1.20.2.2.2.2.2.1 2007/12/31 07:17:17 sebastian Exp $ */
+/* $Id: win95nt.h,v 1.20.2.2.2.2.2.2 2008/07/05 18:36:34 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

Reply via email to