Fix a compiler warning in php_rand.h

This commit is contained in:
Rouven Weßling 2014-02-24 14:45:42 +01:00 committed by Stanislav Malyshev
parent 49341e992a
commit 68283c9f4a
2 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#include <stdlib.h>
#include "basic_functions.h"
#include "php_lcg.h"
/* System Rand functions */
#ifndef RAND_MAX

View File

@ -30,7 +30,6 @@
#include "php.h"
#include "php_math.h"
#include "php_rand.h"
#include "php_lcg.h"
#include "basic_functions.h"