aboutsummaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
authorAmit Arora <amit.arora@linaro.org>2010-12-02 12:23:14 +0530
committerAmit Arora <amit.arora@linaro.org>2010-12-02 12:23:14 +0530
commit175527852cbe004893bc6f0cb59f4e9702db85ba (patch)
tree681e5a8cf41aa4848c65d78eaaaafb8e290ac71e /display.c
parent83ae6cbe2dc075e16bba51b0f8d641bad97b8fd3 (diff)
Move around code to more logical destination
Diffstat (limited to 'display.c')
-rw-r--r--display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/display.c b/display.c
index 61fd08f..5cdf78a 100644
--- a/display.c
+++ b/display.c
@@ -15,6 +15,7 @@
*******************************************************************************/
#include "powerdebug.h"
+#include "regulator.h"
#include "display.h"
#define print(w, x, y, fmt, args...) do { mvwprintw(w, y, x, fmt, ##args); } while (0)