]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/port/strcasecmp.c
Applied #15226 wxRichTextCtrl: Implement setting properties with undo for objects...
[wxWidgets.git] / src / tiff / port / strcasecmp.c
index 784c6a574e23cfa8b3f5ddb4d3ae53b7250173cc..b2d552f72b4b2470ab97e780ef035c54a45ce2bd 100644 (file)
@@ -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 <ctype.h>
 #include <string.h>
+#include "libport.h"
 
 int
 strcasecmp(const char *s1, const char *s2)