aboutsummaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-15 15:45:12 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-15 15:45:12 +0200
commit156274830b76fc80b27508a6bf9cbc6151c15d48 (patch)
treea88ac6e55405cdf7f72db28e6a5b2bc5b0f986d9 /display.c
parentc44764a712fa2c834f8dbe2812605b674144c2de (diff)
cleanup the headers
Make some cleanup around the headers. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'display.c')
-rw-r--r--display.c4
1 files changed, 4 insertions, 0 deletions
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"