diff options
Diffstat (limited to 'ext/standard/pack.c')
-rw-r--r-- | ext/standard/pack.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/standard/pack.c b/ext/standard/pack.c index 83fa1284d5..b6dfd1f5eb 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -27,9 +27,7 @@ +----------------------------------------------------------------------+ */ /* $Id$ */ -#ifdef THREAD_SAFE -#include "tls.h" -#endif + #include "php.h" #include <stdio.h> |