mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
14 lines
357 B
Diff
14 lines
357 B
Diff
--- a/src/sdl/i_system.c
|
|
+++ b/src/sdl/i_system.c
|
|
@@ -137,11 +137,6 @@
|
|
#include <errno.h>
|
|
#endif
|
|
|
|
-#if defined (__unix__) || defined(__APPLE__) || defined (UNIXCOMMON)
|
|
-#include <execinfo.h>
|
|
-#include <time.h>
|
|
-#define UNIXBACKTRACE
|
|
-#endif
|
|
|
|
// Locations for searching the srb2.pk3
|
|
#if defined (__unix__) || defined(__APPLE__) || defined (UNIXCOMMON)
|