Skip to content

Commit 21b17b5

Browse files
jmarshallpd3
authored andcommitted
Include <strings.h> for strncasecmp() declaration [minor]
1 parent 90fb6fb commit 21b17b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

convert.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ THE SOFTWARE. */
2828
#include <assert.h>
2929
#include <ctype.h>
3030
#include <string.h>
31+
#include <strings.h>
3132
#include <errno.h>
3233
#include <sys/stat.h>
3334
#include <sys/types.h>

0 commit comments

Comments
 (0)