fix non-loonix

pull/591/head
Rick V 5 years ago
parent 7788d6ec3c
commit 2e49c2ffc7
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -6,6 +6,10 @@
#include <util/logger.hpp>
#include <sys/wait.h>
#include <unistd.h>
#if !defined(__linux__) || !defined(_GNU_SOURCE)
// Not all systems declare this variable
extern char **environ;
#endif
#endif
#if defined(Darwin)
#include <crt_externs.h>

Loading…
Cancel
Save