aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/univel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/univel.h')
-rw-r--r--src/include/port/univel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/port/univel.h b/src/include/port/univel.h
index f51729448d1..09bd50c5d8a 100644
--- a/src/include/port/univel.h
+++ b/src/include/port/univel.h
@@ -11,12 +11,6 @@ typedef unsigned char slock_t;
#define DISABLE_COMPLEX_MACRO
-/***************************************************************
- * strcasecmp() is in c89.a. The following include will get the
- * needed prototype.
- ***************************************************************/
-#include <strings.h>
-
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
#endif