From a64d5e0c18c00aba4ddf5dc7b8f1f03a08ad782b Mon Sep 17 00:00:00 2001 From: Atis Elsts Date: Tue, 27 Feb 2018 17:43:06 +0000 Subject: [PATCH] Include strings.h for strncasecmp() --- os/storage/antelope/aql-lexer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os/storage/antelope/aql-lexer.c b/os/storage/antelope/aql-lexer.c index cad604efb..4bdefecf2 100644 --- a/os/storage/antelope/aql-lexer.c +++ b/os/storage/antelope/aql-lexer.c @@ -42,6 +42,7 @@ #include #include #include +#include struct keyword { char *string;