Add <strings.h> include to deps/hiredis/read.c to fix Implicit Declaration of strcasecmp warning

This commit is contained in:
Angus Pearson 2019-05-08 11:36:31 +01:00
parent f674e83215
commit bea09a7fa6
1 changed files with 1 additions and 0 deletions

1
deps/hiredis/read.c vendored
View File

@ -31,6 +31,7 @@
#include "fmacros.h"
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#ifndef _MSC_VER
#include <unistd.h>