fixed build

This commit is contained in:
Anatoliy Belsky 2013-01-15 22:36:29 +01:00
parent 4c38003dbd
commit 9498cf6194

View File

@ -23,7 +23,11 @@
/* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
#include <stdio.h>
#include <stdint.h>
#ifdef PHP_WIN32
# include "win32/php_stdint.h"
#else
# include <stdint.h>
#endif
#include "php.h"
#include "php_rand.h"
#include "php_string.h"