diff options
author | Sascha Schumann <sas@php.net> | 2000-05-28 16:19:45 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-28 16:19:45 +0000 |
commit | 9cd4929417a944a4600875db7018159900bee7b3 (patch) | |
tree | 21effb7931a3fb9b2e08641dccef03f9883f1c49 /ext/standard/php_standard.h | |
parent | 1e949e6caa61f6a0c33ae5241056007226108021 (diff) | |
download | php-git-9cd4929417a944a4600875db7018159900bee7b3.tar.gz |
Make syslog module thread-safe.
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 9ac91071f2..f87cccf9d5 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -42,7 +42,7 @@ #include "html.h" #include "exec.h" #include "file.h" -#include "php_syslog.h" +#include "php_ext_syslog.h" #include "php_filestat.h" #include "php_browscap.h" #include "pack.h" |