summaryrefslogtreecommitdiff
path: root/ext/standard/fsock.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/fsock.c')
-rw-r--r--ext/standard/fsock.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/standard/fsock.c b/ext/standard/fsock.c
index 6e210281cf..c699136ceb 100644
--- a/ext/standard/fsock.c
+++ b/ext/standard/fsock.c
@@ -28,9 +28,7 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
-#ifdef THREAD_SAFE
-#include "tls.h"
-#endif
+
#include "php.h"
#include <stdlib.h>
#if HAVE_UNISTD_H