Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-28 20:06:25 +0400
committerEric Andersen <andersen@codepoet.org>1999-10-28 20:06:25 +0400
commit6b6b3f6ef2f44898a8bddfaae93cc4ef3aa79661 (patch)
treeac9548482088082aece2d2df1406c72339c77b6f /console-tools
parentc7c41d306b8e172a2fba432d3c4b9f97b9963816 (diff)
Stuf
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/deallocvt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c
index a8feeb53c..ae4dbb5a8 100644
--- a/console-tools/deallocvt.c
+++ b/console-tools/deallocvt.c
@@ -2,6 +2,7 @@
* disalloc.c - aeb - 940501 - Disallocate virtual terminal(s)
* Renamed deallocvt.
*/
+#include "internal.h"
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>