patch-crt_h 277 B

123456789101112
  1. --- htop-0.9.orig/CRT.h 2010-11-23 16:56:32.000000000 +0100
  2. +++ htop-0.9/CRT.h 2011-05-31 14:30:32.000000000 +0200
  3. @@ -14,7 +14,9 @@
  4. #include <signal.h>
  5. #include <stdlib.h>
  6. #include <stdbool.h>
  7. +#ifdef HAVE_EXECINFO_H
  8. #include <execinfo.h>
  9. +#endif
  10. #include "String.h"