X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8414a40c52191d4c7cfeea74df22d9d64cbec415..21d0340384a484e3c8e04280de90c0fb8e261006:/src/tiff/port/strcasecmp.c?ds=sidebyside diff --git a/src/tiff/port/strcasecmp.c b/src/tiff/port/strcasecmp.c index 784c6a574e..b2d552f72b 100644 --- a/src/tiff/port/strcasecmp.c +++ b/src/tiff/port/strcasecmp.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* * Copyright (c) 1987, 1993 @@ -36,6 +35,7 @@ __RCSID("$NetBSD: strcasecmp.c,v 1.16 2003/08/07 16:43:49 agc Exp $"); #include #include +#include "libport.h" int strcasecmp(const char *s1, const char *s2)