From: Glenn L McGrath Date: Sun, 8 Dec 2002 12:08:37 +0000 (-0000) Subject: Fix compile warning X-Git-Tag: 1_00_pre1~328 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6bbf7929cf1c952b97c03c77bec7f96c8b5e2af;p=oweals%2Fbusybox.git Fix compile warning --- diff --git a/console-tools/openvt.c b/console-tools/openvt.c index 61c781b3a..77c897597 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c @@ -27,6 +27,8 @@ #include #include #include +#include + #include "busybox.h" #define VTNAME "/dev/tty%d"