#include <string.h>
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 3 Feb 2004 12:54:10 +0000 (12:54 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 3 Feb 2004 12:54:10 +0000 (12:54 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@754 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/syscall_getvhiname-v13.hc
util-vserver/lib/syscall_setvhiname-v13.hc

index 0c48ae1..5fa8aec 100644 (file)
@@ -20,6 +20,8 @@
 #  include <config.h>
 #endif
 
+#include <string.h>
+
 static inline ALWAYSINLINE int
 vc_get_vhi_name_v13(xid_t xid, vc_uts_type type, char *val, size_t len)
 {
index 27947cd..4bee1ba 100644 (file)
@@ -20,6 +20,8 @@
 #  include <config.h>
 #endif
 
+#include <string.h>
+
 static inline ALWAYSINLINE int
 vc_set_vhi_name_v13(xid_t xid, vc_uts_type type, char const *val, size_t len)
 {