Fix OpenBSD compile.
This commit is contained in:
parent
d5d5a7b012
commit
a46bb8183c
2
deps/libbacktrace
vendored
2
deps/libbacktrace
vendored
@ -1 +1 @@
|
||||
Subproject commit 4ead348bb45f753121ca0bd44170ff8352d4c514
|
||||
Subproject commit 11427f31a64b11583fec94b4c2a265c7dafb1ab3
|
@ -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
Loading…
Reference in New Issue
Block a user