aboutsummaryrefslogtreecommitdiff
path: root/deallocvt.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-28 16:06:25 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-28 16:06:25 +0000
commit2e723b93d635572788b1afbe0bb55870305669db (patch)
treeac9548482088082aece2d2df1406c72339c77b6f /deallocvt.c
parent88cbb8303b7dfe582cdc2aa45bd14acb31ebce47 (diff)
downloadbusybox-w32-2e723b93d635572788b1afbe0bb55870305669db.tar.gz
busybox-w32-2e723b93d635572788b1afbe0bb55870305669db.tar.bz2
busybox-w32-2e723b93d635572788b1afbe0bb55870305669db.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@64 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'deallocvt.c')
-rw-r--r--deallocvt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/deallocvt.c b/deallocvt.c
index a8feeb53c..ae4dbb5a8 100644
--- a/deallocvt.c
+++ b/deallocvt.c
@@ -2,6 +2,7 @@
2 * disalloc.c - aeb - 940501 - Disallocate virtual terminal(s) 2 * disalloc.c - aeb - 940501 - Disallocate virtual terminal(s)
3 * Renamed deallocvt. 3 * Renamed deallocvt.
4 */ 4 */
5#include "internal.h"
5#include <stdlib.h> 6#include <stdlib.h>
6#include <fcntl.h> 7#include <fcntl.h>
7#include <sys/types.h> 8#include <sys/types.h>