mirror of
https://github.com/fluencelabs/redis
synced 2025-07-31 00:11:56 +00:00
Add <strings.h> include to deps/hiredis/read.c to fix Implicit Declaration of strcasecmp warning
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user