aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/strncasecmp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-05 20:49:44 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-05 20:49:44 +0000
commiteb1ee413e3ff2328e8ef41b4d14ab1ef98fa81d9 (patch)
treefb6737cb98e882b48a02a6606f18bbbedce79054 /wsutil/strncasecmp.c
parent8b4c5a53e0fa79480262c298bc11440665c53684 (diff)
editcap and capinfos compile now with cmake
svn path=/trunk/; revision=52382
Diffstat (limited to 'wsutil/strncasecmp.c')
-rw-r--r--wsutil/strncasecmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/wsutil/strncasecmp.c b/wsutil/strncasecmp.c
index 88adc48ac5..56f3b15496 100644
--- a/wsutil/strncasecmp.c
+++ b/wsutil/strncasecmp.c
@@ -16,7 +16,6 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301 USA. */
-#include <ansidecl.h>
#include <string.h>
#include <ctype.h>