From 78268471d156ec124e91d530a86513cbff7e1ff1 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 14 Oct 2003 18:47:28 +0000 Subject: [PATCH] include "internal.h" git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@153 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/getctx-legacy.hc | 3 +++ util-vserver/lib/syscall.c | 1 + 2 files changed, 4 insertions(+) diff --git a/util-vserver/lib/getctx-legacy.hc b/util-vserver/lib/getctx-legacy.hc index 17928c9..8551c8a 100644 --- a/util-vserver/lib/getctx-legacy.hc +++ b/util-vserver/lib/getctx-legacy.hc @@ -26,10 +26,13 @@ #include "vserver.h" #include "vserver-internal.h" +#include "internal.h" + #include #include #include #include +#include #define CTX_TAG "\ns_context: " diff --git a/util-vserver/lib/syscall.c b/util-vserver/lib/syscall.c index 772da7b..ba995ba 100644 --- a/util-vserver/lib/syscall.c +++ b/util-vserver/lib/syscall.c @@ -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" -- 1.8.1.5