diff options
Diffstat (limited to 'ext/standard/syslog.c')
| -rw-r--r-- | ext/standard/syslog.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/standard/syslog.c b/ext/standard/syslog.c index 662aa08cfb..e1cdae36e4 100644 --- a/ext/standard/syslog.c +++ b/ext/standard/syslog.c @@ -28,9 +28,7 @@ */ /* $Id$ */ -#ifdef THREAD_SAFE -#include "tls.h" -#endif + #include "php.h" #include "php_ini.h" #include "zend_globals.h" |
