Skip to content

Commit 031cafd

Browse files
committed
added missing stdint header, bug #66907
1 parent 003ba74 commit 031cafd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/fileinfo/libmagic/strcasestr.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ __RCSID("$NetBSD: strcasestr.c,v 1.3 2005/11/29 03:12:00 christos Exp $");
3737
__RCSID("$NetBSD: strncasecmp.c,v 1.2 2007/06/04 18:19:27 christos Exp $");
3838
#endif /* LIBC_SCCS and not lint */
3939

40+
#include "php_stdint.h"
41+
4042
#include <assert.h>
4143
#include <ctype.h>
4244
#include <string.h>

0 commit comments

Comments
 (0)