make htop friendly to uclibc (thanks to Matt for the report)

This commit is contained in:
Hisham Muhammad
2010-12-05 15:43:56 +00:00
parent 72dbb72b68
commit 36ef1a93be
3 changed files with 10 additions and 3 deletions

2
CRT.h
View File

@ -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"