summaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/chvt.c2
-rw-r--r--console-tools/clear.c2
-rw-r--r--console-tools/deallocvt.c2
-rw-r--r--console-tools/dumpkmap.c2
-rw-r--r--console-tools/loadacm.c2
-rw-r--r--console-tools/loadfont.c2
-rw-r--r--console-tools/loadkmap.c2
-rw-r--r--console-tools/reset.c2
-rw-r--r--console-tools/setkeycodes.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/console-tools/chvt.c b/console-tools/chvt.c
index 87a1248..d4b16a0 100644
--- a/console-tools/chvt.c
+++ b/console-tools/chvt.c
@@ -4,7 +4,7 @@
*
* busyboxed by Erik Andersen
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
diff --git a/console-tools/clear.c b/console-tools/clear.c
index dba1056..4a8e045 100644
--- a/console-tools/clear.c
+++ b/console-tools/clear.c
@@ -22,7 +22,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c
index bb9632f..65af79b 100644
--- a/console-tools/deallocvt.c
+++ b/console-tools/deallocvt.c
@@ -3,7 +3,7 @@
* disalloc.c - aeb - 940501 - Disallocate virtual terminal(s)
* Renamed deallocvt.
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c
index 13b7d89..2d989df 100644
--- a/console-tools/dumpkmap.c
+++ b/console-tools/dumpkmap.c
@@ -20,7 +20,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
diff --git a/console-tools/loadacm.c b/console-tools/loadacm.c
index 7f669bf..826c2a3 100644
--- a/console-tools/loadacm.c
+++ b/console-tools/loadacm.c
@@ -7,7 +7,7 @@
* Peter Novodvorsky <petya@logic.ru>
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
#include <stdlib.h>
#include <memory.h>
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c
index e93ca31..d6eadc3 100644
--- a/console-tools/loadfont.c
+++ b/console-tools/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>
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c
index 2321a1e..3f8d726 100644
--- a/console-tools/loadkmap.c
+++ b/console-tools/loadkmap.c
@@ -20,7 +20,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
diff --git a/console-tools/reset.c b/console-tools/reset.c
index 6c4ae35..8e2c491 100644
--- a/console-tools/reset.c
+++ b/console-tools/reset.c
@@ -23,7 +23,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
extern int reset_main(int argc, char **argv)
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c
index 284ffa1..63c1063 100644
--- a/console-tools/setkeycodes.c
+++ b/console-tools/setkeycodes.c
@@ -22,7 +22,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>