summaryrefslogtreecommitdiff
path: root/ext/standard/rand.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-13 16:31:57 +0000
committerSascha Schumann <sas@php.net>2000-06-13 16:31:57 +0000
commitd1c1e99d98111df6bbe339aff00abf4e427935bc (patch)
tree34a8ba56bcbca5b20ba4fbe75b60d27005fc423d /ext/standard/rand.c
parent7dca298b213994bbea25d6a072385f0a13d23402 (diff)
downloadphp-git-d1c1e99d98111df6bbe339aff00abf4e427935bc.tar.gz
Rename phpmath.h to php_math.h.
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"