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.
This commit is contained in:
Adrien Destugues
2014-12-18 11:54:17 +01:00
parent fde7000fd6
commit 59b1706013
+2 -1
View File
@@ -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;