From: Enrico Scholz Date: Tue, 3 Feb 2004 12:54:10 +0000 (+0000) Subject: #include X-Git-Tag: VERSION_0_10~791 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c51a60d49ef452bb8b78253be420f357cd95b96e;p=util-vserver.git #include git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@754 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/syscall_getvhiname-v13.hc b/util-vserver/lib/syscall_getvhiname-v13.hc index 0c48ae1..5fa8aec 100644 --- a/util-vserver/lib/syscall_getvhiname-v13.hc +++ b/util-vserver/lib/syscall_getvhiname-v13.hc @@ -20,6 +20,8 @@ # include #endif +#include + static inline ALWAYSINLINE int vc_get_vhi_name_v13(xid_t xid, vc_uts_type type, char *val, size_t len) { diff --git a/util-vserver/lib/syscall_setvhiname-v13.hc b/util-vserver/lib/syscall_setvhiname-v13.hc index 27947cd..4bee1ba 100644 --- a/util-vserver/lib/syscall_setvhiname-v13.hc +++ b/util-vserver/lib/syscall_setvhiname-v13.hc @@ -20,6 +20,8 @@ # include #endif +#include + static inline ALWAYSINLINE int vc_set_vhi_name_v13(xid_t xid, vc_uts_type type, char const *val, size_t len) {