Don't include <sys/types.h>. From gnulib.
authorJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 20:08:58 +0000 (20:08 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 20:08:58 +0000 (20:08 +0000)
lib/memcasecmp.c

index 18dd31f..5232131 100644 (file)
@@ -1,5 +1,5 @@
 /* Case-insensitive buffer comparator.
-   Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 2000, 2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,7 +21,6 @@
 # include <config.h>
 #endif
 
-#include <sys/types.h>
 #include <ctype.h>
 
 #if defined (STDC_HEADERS) || (!defined (isascii) && !defined (HAVE_ISASCII))