From: Enrico Scholz Date: Wed, 2 Jun 2010 20:27:50 +0000 (+0000) Subject: added missing #include's X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e2e59faa68ac5a677bf5c8c8d193fff9cf62f4;hp=ac46364a6af88e4c52677b9200ac205c94e435a2;p=util-vserver.git added missing #include's git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2889 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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"