mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 02:22:13 +00:00
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 "fmacros.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <strings.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user