Fix OpenBSD compile.

This commit is contained in:
Cory McWilliams 2024-07-14 16:59:23 -04:00
parent d5d5a7b012
commit a46bb8183c
3 changed files with 5 additions and 1 deletions

2
deps/libbacktrace vendored

@ -1 +1 @@
Subproject commit 4ead348bb45f753121ca0bd44170ff8352d4c514
Subproject commit 11427f31a64b11583fec94b4c2a265c7dafb1ab3

View File

@ -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
View File