diff options
Diffstat (limited to 'test/dm/panel.c')
-rw-r--r-- | test/dm/panel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/panel.c b/test/dm/panel.c index 8be7c39..4d435a0 100644 --- a/test/dm/panel.c +++ b/test/dm/panel.c @@ -6,6 +6,7 @@ * Written by Simon Glass <sjg@chromium.org> */ +#include <common.h> #include <backlight.h> #include <dm.h> #include <panel.h> |