Add <strings.h> include to deps/hiredis/read.c to fix Implicit Declaration of strcasecmp warning
This commit is contained in:
Vendored
+1
@@ -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