]> granicus.if.org Git - file/commitdiff
PR/353: Dagobert Michelsen: Add "file.h" to get proper headers for intptr_t
authorChristos Zoulas <christos@zoulas.com>
Tue, 13 May 2014 16:48:12 +0000 (16:48 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 13 May 2014 16:48:12 +0000 (16:48 +0000)
src/strcasestr.c

index 546ed3f96c1a80beb2823eedb4834f5b7f9d9a17..3db407f3d8bf8643c4e281e7d1d165eb0af6ab05 100644 (file)
@@ -37,6 +37,8 @@ __RCSID("$NetBSD: strcasestr.c,v 1.3 2005/11/29 03:12:00 christos Exp $");
 __RCSID("$NetBSD: strncasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $");
 #endif /* LIBC_SCCS and not lint */
 
+#include "file.h"
+
 #include <assert.h>
 #include <ctype.h>
 #include <string.h>