aboutsummaryrefslogtreecommitdiff
path: root/boot/scene_textline.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/scene_textline.c')
-rw-r--r--boot/scene_textline.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/boot/scene_textline.c b/boot/scene_textline.c
index 6ea072a..bba8663 100644
--- a/boot/scene_textline.c
+++ b/boot/scene_textline.c
@@ -8,10 +8,12 @@
#define LOG_CATEGORY LOGC_EXPO
-#include <common.h>
#include <expo.h>
#include <menu.h>
+#include <log.h>
#include <video_console.h>
+#include <linux/errno.h>
+#include <linux/string.h>
#include "scene_internal.h"
int scene_textline(struct scene *scn, const char *name, uint id, uint max_chars,