Add <strings.h> include to deps/hiredis/read.c to fix Implicit Declaration of strcasecmp warning
This commit is contained in:
parent
f674e83215
commit
bea09a7fa6
1
deps/hiredis/read.c
vendored
1
deps/hiredis/read.c
vendored
@ -31,6 +31,7 @@
|
||||
|
||||
#include "fmacros.h"
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <stdlib.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user