forked from cory/tildefriends
Fix OpenBSD compile.
This commit is contained in:
2
deps/libbacktrace
vendored
2
deps/libbacktrace
vendored
Submodule deps/libbacktrace updated: 4ead348bb4...11427f31a6
@ -16,6 +16,10 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
#define WIFEXITED(x) 1
|
||||
#define WEXITSTATUS(x) (x)
|
||||
|
0
tildefriends.core
Normal file
0
tildefriends.core
Normal file
Reference in New Issue
Block a user