aboutsummaryrefslogtreecommitdiff
path: root/powerdebug.c
diff options
context:
space:
mode:
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"