include "internal.h"
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 18:47:28 +0000 (18:47 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 18:47:28 +0000 (18:47 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@153 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/getctx-legacy.hc
util-vserver/lib/syscall.c

index 17928c9..8551c8a 100644 (file)
 
 #include "vserver.h"
 #include "vserver-internal.h"
+#include "internal.h"
+
 #include <string.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <unistd.h>
 
 #define CTX_TAG                "\ns_context: "
 
index 772da7b..ba995ba 100644 (file)
@@ -24,6 +24,7 @@
 #include "compat.h"
 #include "vserver.h"
 #include "vserver-internal.h"
+#include "internal.h"
 
 #define _LINUX_TYPES_H 1
 #include "linuxvirtual.h"