commit | ed3e565b961db8dd95b098483d49b624268f3f97 | [log] [tgz] |
---|---|---|
author | Amit Arora <amit.arora@linaro.org> | Wed Oct 27 12:02:53 2010 +0530 |
committer | Amit Arora <amit.arora@linaro.org> | Wed Oct 27 12:07:03 2010 +0530 |
tree | e8423223db445de0ab7fe550201a242c170206a2 | |
parent | eb6cba934b52f6685394d04bd1937ab7309fc9e1 [diff] [blame] |
Discover debugfs mntpoint and split header files
diff --git a/display.c b/display.c index ee88ca1..b396367 100644 --- a/display.c +++ b/display.c
@@ -15,6 +15,7 @@ *******************************************************************************/ #include "powerdebug.h" +#include "display.h" #define print(w, x, y, fmt, args...) do { mvwprintw(w, y, x, fmt, ##args); } while (0) #define NUM_FOOTER_ITEMS 5