]> granicus.if.org Git - php/commitdiff
added missing stdint header, bug #66907
authorAnatol Belski <ab@php.net>
Sun, 4 May 2014 19:26:53 +0000 (21:26 +0200)
committerAnatol Belski <ab@php.net>
Sun, 4 May 2014 19:26:53 +0000 (21:26 +0200)
ext/fileinfo/libmagic/strcasestr.c

index 546ed3f96c1a80beb2823eedb4834f5b7f9d9a17..e1434e69e7d87a0299a6314dfe4ca61afdffa168 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 "php_stdint.h"
+
 #include <assert.h>
 #include <ctype.h>
 #include <string.h>