commit | 156274830b76fc80b27508a6bf9cbc6151c15d48 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Jun 15 15:45:12 2011 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Jun 15 15:45:12 2011 +0200 |
tree | a88ac6e55405cdf7f72db28e6a5b2bc5b0f986d9 | |
parent | c44764a712fa2c834f8dbe2812605b674144c2de [diff] [blame] |
cleanup the headers Make some cleanup around the headers. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
diff --git a/display.c b/display.c index 92fc02a..3c79737 100644 --- a/display.c +++ b/display.c
@@ -13,6 +13,10 @@ * - initial API and implementation *******************************************************************************/ +#include <stdio.h> +#include <string.h> +#include <stdlib.h> +#include <ncurses.h> #include "powerdebug.h" #include "regulator.h" #include "display.h"