summaryrefslogtreecommitdiff
path: root/package/htop/patches/patch-crt_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-06-16 17:20:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-06-16 17:20:43 +0200
commitac01f0d24321933d3456190164f5b68ccc94976a (patch)
tree4ca9b8308e7a4e952ef1954721f147938e437e32 /package/htop/patches/patch-crt_h
parent8bff78d7d3f862602bf81dde6b22eac78478f517 (diff)
parent8381f7c4ca8cc9894ddd152e90a8333a7e6635d9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/htop/patches/patch-crt_h')
-rw-r--r--package/htop/patches/patch-crt_h12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/htop/patches/patch-crt_h b/package/htop/patches/patch-crt_h
new file mode 100644
index 000000000..17968fb69
--- /dev/null
+++ b/package/htop/patches/patch-crt_h
@@ -0,0 +1,12 @@
+--- htop-0.9.orig/CRT.h 2010-11-23 16:56:32.000000000 +0100
++++ htop-0.9/CRT.h 2011-05-31 14:30:32.000000000 +0200
+@@ -14,7 +14,9 @@
+ #include <signal.h>
+ #include <stdlib.h>
+ #include <stdbool.h>
++#ifdef HAVE_EXECINFO_H
+ #include <execinfo.h>
++#endif
+
+ #include "String.h"
+