diff options
Diffstat (limited to 'loadfont.c')
-rw-r--r-- | loadfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |