From: Enrico Scholz Date: Mon, 2 May 2005 21:42:05 +0000 (+0000) Subject: include also X-Git-Tag: version_0_30_210~205 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e0cf8a462c2cd3eaddaa718f192d735c71b524;hp=cfcaf76bcdb06dab90cca1143fe92f4921ee0005;p=util-vserver.git include also git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2076 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/syscall-legacy.hc b/util-vserver/lib/syscall-legacy.hc index f05daee..e638242 100644 --- a/util-vserver/lib/syscall-legacy.hc +++ b/util-vserver/lib/syscall-legacy.hc @@ -34,10 +34,11 @@ #include #include #include -#include #include #include +#include "syscall-wrap.h" + // Here is the trick. We keep a copy of the define, then undef it // and then later, we try to locate the value reading /proc/self/status // If this fails, we have the old preserved copy. diff --git a/util-vserver/lib/syscall-wrap.h b/util-vserver/lib/syscall-wrap.h index b7c539d..f46013c 100644 --- a/util-vserver/lib/syscall-wrap.h +++ b/util-vserver/lib/syscall-wrap.h @@ -20,6 +20,7 @@ #define H_UTIL_VSERVER_LIB_SYSCALL_WRAP_H #include +#include #include #ifdef ENSC_USE_ALTERNATIVE_SYSCALL_MACROS