mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-12 16:16:22 +02:00
14 lines
286 B
Diff
14 lines
286 B
Diff
diff --git a/source/crash.cc b/source/crash.cc
|
|
index 7b4f65d..e77f8ce 100644
|
|
--- a/source/crash.cc
|
|
+++ b/source/crash.cc
|
|
@@ -7,7 +7,7 @@
|
|
|
|
#include "crash.h"
|
|
|
|
-#if defined(UNIX)
|
|
+#if defined(__GLIBC__)
|
|
#include <unistd.h>
|
|
#include <sys/param.h>
|
|
#define BACKTRACE_SUPPORTED
|