hrev48519 adds 1 changeset to branch 'master' old head: fde7000fd6d27e193a0f2704c45748e814e9cc7f new head: 59b1706013a278c2c3bef3f1eeb19379ad6dfa45 overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=59b1706+%5Efde7000 ---------------------------------------------------------------------------- 59b1706: 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. [ Adrien Destugues <pulkomandy@xxxxxxxxx> ] ---------------------------------------------------------------------------- Revision: hrev48519 Commit: 59b1706013a278c2c3bef3f1eeb19379ad6dfa45 URL: http://cgit.haiku-os.org/haiku/commit/?id=59b1706 Author: Adrien Destugues <pulkomandy@xxxxxxxxx> Date: Thu Dec 18 10:54:17 2014 UTC ---------------------------------------------------------------------------- 1 file changed, 2 insertions(+), 1 deletion(-) src/bin/top.c | 3 ++- ---------------------------------------------------------------------------- diff --git a/src/bin/top.c b/src/bin/top.c index 003e9ef..1155a68 100644 --- a/src/bin/top.c +++ b/src/bin/top.c @@ -16,9 +16,10 @@ #include <stdlib.h> #include <string.h> #include <OS.h> -#include <termcap.h> #include <termios.h> +#include "termcap.h" + static const char IDLE_NAME[] = "idle thread "; static bigtime_t lastMeasure = 0;