From 59b1706013a278c2c3bef3f1eeb19379ad6dfa45 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 18 Dec 2014 11:54:17 +0100 Subject: [PATCH] Build fix attempt. Build is broken on the buildbots but I don't reproduce the failure when building on HAiku, apparently because the system-installed headers are used. --- src/bin/top.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;