summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-12-05 15:43:56 +0000
committerHisham Muhammad <hisham@gobolinux.org>2010-12-05 15:43:56 +0000
commit36ef1a93be59addbb1d2ecf57083f74a3d2f9fe4 (patch)
treeca07fa51034658cbda5a4889a2ab549676eb97de /CRT.h
parent72dbb72b68f7bdc53aecb7648af75e848cec0251 (diff)
make htop friendly to uclibc (thanks to Matt for the report)
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index dcc902f6..438d4ae2 100644
--- a/CRT.h
+++ b/CRT.h
@@ -14,7 +14,9 @@ in the source distribution for its full text.
#include <signal.h>
#include <stdlib.h>
#include <stdbool.h>
+#ifdef HAVE_EXECINFO_H
#include <execinfo.h>
+#endif
#include "String.h"

© 2014-2024 Faster IT GmbH | imprint | privacy policy