Antony Dovgal wrote:
Modified: php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_atomic.h
===================================================================
--- php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_atomic.h 2009-12-02
15:05:12 UTC (rev 291594)
+++ php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_atomic.h 2009-12-02
16:37:42 UTC (rev 291595)
@@ -5,7 +5,11 @@
#ifndef FPM_ATOMIC_H
#define FPM_ATOMIC_H 1
-#include <stdint.h>
+#if HAVE_INTTYPES_H
+# include <stdint.h>
+#else
+# include <stdint.h>
+#endif
#include <sched.h>
Eh..are you sure that fixes anything? :D
--Jani
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php