diff options
Diffstat (limited to 'console-tools/openvt.c')
-rw-r--r-- | console-tools/openvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/openvt.c b/console-tools/openvt.c index 882563b..c050ba1 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c @@ -10,7 +10,7 @@ /* getopt not needed */ -#include "busybox.h" +#include "libbb.h" int openvt_main(int argc, char **argv); int openvt_main(int argc, char **argv) |