aboutsummaryrefslogtreecommitdiff
path: root/powerdebug.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 /powerdebug.c
parentc44764a712fa2c834f8dbe2812605b674144c2de (diff)
cleanup the headers
Make some cleanup around the headers. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'powerdebug.c')
-rw-r--r--powerdebug.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/powerdebug.c b/powerdebug.c
index 0b25860..5d834c7 100644
--- a/powerdebug.c
+++ b/powerdebug.c
@@ -15,7 +15,11 @@
#include <getopt.h>
#include <stdbool.h>
-#include <math.h>
+#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <errno.h>
+#include <ncurses.h>
#include "regulator.h"
#include "display.h"
#include "clocks.h"