fix: do not include <strings.h> when compiling with MS VC
<strings.h> is included for strcasecmp()
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#if defined(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user