diff options
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> |