diff options
author | Sascha Schumann <sas@php.net> | 2000-06-13 16:31:57 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-13 16:31:57 +0000 |
commit | d1c1e99d98111df6bbe339aff00abf4e427935bc (patch) | |
tree | 34a8ba56bcbca5b20ba4fbe75b60d27005fc423d /ext/standard/php_standard.h | |
parent | 7dca298b213994bbea25d6a072385f0a13d23402 (diff) | |
download | php-git-d1c1e99d98111df6bbe339aff00abf4e427935bc.tar.gz |
Rename phpmath.h to php_math.h.
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r-- | ext/standard/php_standard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index f87cccf9d5..e9219b5517 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -31,7 +31,7 @@ /* $Id$ */ #include "basic_functions.h" -#include "phpmath.h" +#include "php_math.h" #include "php_string.h" #include "base64.h" #include "php_dir.h" |