summaryrefslogtreecommitdiff
path: root/ext/standard/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/rand.c')
-rw-r--r--ext/standard/rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/rand.c b/ext/standard/rand.c
index a1b490f3af..9766ecfcb3 100644
--- a/ext/standard/rand.c
+++ b/ext/standard/rand.c
@@ -24,7 +24,7 @@
#include <stdlib.h>
#include "php.h"
-#include "phpmath.h"
+#include "php_math.h"
#include "php_rand.h"
#include "basic_functions.h"