diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-28 16:06:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-28 16:06:25 +0000 |
commit | 6b6b3f6ef2f44898a8bddfaae93cc4ef3aa79661 (patch) | |
tree | ac9548482088082aece2d2df1406c72339c77b6f /console-tools | |
parent | c7c41d306b8e172a2fba432d3c4b9f97b9963816 (diff) |
Stuf
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/deallocvt.c | 1 |
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> |