diff --git a/src/bin/top.c b/src/bin/top.c index 003e9eff14..1155a68d94 100644 --- a/src/bin/top.c +++ b/src/bin/top.c @@ -16,9 +16,10 @@ #include #include #include -#include #include +#include "termcap.h" + static const char IDLE_NAME[] = "idle thread "; static bigtime_t lastMeasure = 0;