aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-13 17:35:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-13 17:35:10 +0000
commit834957b28d42ad6cd7a17c7b56b69e8d733e883c (patch)
treee118e2634a9472317e3923eeaf8d9cd82e68e4c0 /src/util/scheduler.c
parentf817b409d53b95eeeb0a67f5900cfb18036f0e3f (diff)
downloadgnunet-834957b28d42ad6cd7a17c7b56b69e8d733e883c.tar.gz
gnunet-834957b28d42ad6cd7a17c7b56b69e8d733e883c.zip
-test for execinfo.h instead of LINUX
Diffstat (limited to 'src/util/scheduler.c')
-rw-r--r--src/util/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index 45cc02086..abf351701 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -36,7 +36,7 @@
36#define LOG_STRERROR(kind,syscall) GNUNET_log_from_strerror (kind, "util-scheduler", syscall) 36#define LOG_STRERROR(kind,syscall) GNUNET_log_from_strerror (kind, "util-scheduler", syscall)
37 37
38 38
39#ifdef LINUX 39#if HAVE_EXECINFO_H
40#include "execinfo.h" 40#include "execinfo.h"
41 41
42/** 42/**