summaryrefslogtreecommitdiffstats
path: root/compat/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/string.h')
-rw-r--r--compat/string.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/compat/string.h b/compat/string.h
index 15f60fb..128b458 100644
--- a/compat/string.h
+++ b/compat/string.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: string.h,v 1.4.18.1 2005/04/26 00:46:02 das Exp $
+ * RCS: @(#) $Id: string.h,v 1.7 2005/05/10 18:33:53 kennykb Exp $
*/
#ifndef _STRING
@@ -24,9 +24,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));