diff options
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r-- | ext/gd/gd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 884908db12..d0f0f9db22 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -35,9 +35,7 @@ Cold Spring Harbor Labs. */ /* Note that there is no code from the gd package in this file */ -#ifdef THREAD_SAFE -# include "tls.h" -#endif + #include "php.h" #include "ext/standard/head.h" #include <math.h> |