summaryrefslogtreecommitdiffstats
path: root/compat/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/string.h')
-rw-r--r--compat/string.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/string.h b/compat/string.h
index fbf9cf8..4eb2b86 100644
--- a/compat/string.h
+++ b/compat/string.h
@@ -22,9 +22,7 @@
* it exists everywhere)
*/
-#ifndef MAC_TCL
#include <sys/types.h>
-#endif
#ifdef __APPLE__
extern VOID * memchr _ANSI_ARGS_((CONST VOID *s, int c, size_t n));