Commit bea09a7f authored by Angus Pearson's avatar Angus Pearson
Browse files

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

parent f674e832
...@@ -31,6 +31,7 @@ ...@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment