Include strings.h for strncasecmp()

This commit is contained in:
Atis Elsts 2018-02-27 17:43:06 +00:00
parent 6ced7e506f
commit a64d5e0c18
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
struct keyword {
char *string;