From c5e2e59faa68ac5a677bf5c8c8d193fff9cf62f4 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 2 Jun 2010 20:27:50 +0000 Subject: [PATCH] added missing #include's git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2889 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- lib/syscall_setiattr-fscompat.hc | 1 + lib_internal/matchlist-initrefserverlist.c | 1 + src/testsuite/hashcalc-plain.c | 1 + src/vcontext.c | 1 + 4 files changed, 4 insertions(+) diff --git a/lib/syscall_setiattr-fscompat.hc b/lib/syscall_setiattr-fscompat.hc index a809132..f14e862 100644 --- a/lib/syscall_setiattr-fscompat.hc +++ b/lib/syscall_setiattr-fscompat.hc @@ -26,6 +26,7 @@ #include "ioctl-getxflg.hc" #include +#include static inline ALWAYSINLINE int vc_set_iattr_fscompat(char const *filename, diff --git a/lib_internal/matchlist-initrefserverlist.c b/lib_internal/matchlist-initrefserverlist.c index f777ce8..466e573 100644 --- a/lib_internal/matchlist-initrefserverlist.c +++ b/lib_internal/matchlist-initrefserverlist.c @@ -26,6 +26,7 @@ #include #include #include +#include #define ENSC_WRAPPERS_FCNTL 1 #define ENSC_WRAPPERS_UNISTD 1 diff --git a/src/testsuite/hashcalc-plain.c b/src/testsuite/hashcalc-plain.c index a444f3d..5130708 100644 --- a/src/testsuite/hashcalc-plain.c +++ b/src/testsuite/hashcalc-plain.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #define ENSC_TESTSUITE diff --git a/src/vcontext.c b/src/vcontext.c index 57a45fe..1ec45a8 100644 --- a/src/vcontext.c +++ b/src/vcontext.c @@ -21,6 +21,7 @@ #endif #include "util.h" +#include "compat-pivot_root.h" #include "lib/internal.h" #include "lib_internal/jail.h" #include "lib_internal/sys_personality.h" -- 1.8.1.5