tony2001 Wed, 02 Dec 2009 19:48:37 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=291602
Log: fix typo Changed paths: U php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_atomic.h 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 19:31:51 UTC (rev 291601) +++ php/php-src/branches/PHP_5_3_FPM/sapi/fpm/fpm/fpm_atomic.h 2009-12-02 19:48:37 UTC (rev 291602) @@ -6,7 +6,7 @@ #define FPM_ATOMIC_H 1 #if HAVE_INTTYPES_H -# include <stdint.h> +# include <inttypes.h> #else # include <stdint.h> #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php