summaryrefslogtreecommitdiff
path: root/loadfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'loadfont.c')
-rw-r--r--loadfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadfont.c b/loadfont.c
index e93ca31..d6eadc3 100644
--- a/loadfont.c
+++ b/loadfont.c
@@ -7,7 +7,7 @@
* Loads the console font, and possibly the corresponding screen map(s).
* (Adapted for busybox by Matej Vela.)
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
#include <string.h>
#include <fcntl.h>