From: Enrico Scholz Date: Tue, 14 Oct 2003 18:47:28 +0000 (+0000) Subject: include "internal.h" X-Git-Tag: VERSION_0_10~1257 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78268471d156ec124e91d530a86513cbff7e1ff1;p=util-vserver.git include "internal.h" git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@153 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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"