yquake2: fix musl build.
This commit is contained in:
parent
52b8be4684
commit
59bbab2ee0
|
@ -17,3 +17,13 @@
|
|||
void
|
||||
printBacktrace(int sig)
|
||||
{
|
||||
--- src/backends/unix/system.c
|
||||
+++ src/backends/unix/system.c
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/select.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <mach/clock.h>
|
||||
|
|
Loading…
Reference in New Issue