Missing include for memcpy for Linux.
This commit is contained in:
parent
3d3654707b
commit
0264381f79
@ -1,6 +1,7 @@
|
||||
#include "Config.hpp"
|
||||
#include <stdlib.h> // for setenv()
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_WIN32) && !defined(setenv) && defined(_putenv_s)
|
||||
#define setenv(k, v, o) _putenv_s(k, v)
|
||||
|
Loading…
Reference in New Issue
Block a user