added missing '#include <errno.h>'
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 20 Feb 2004 21:08:07 +0000 (21:08 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 20 Feb 2004 21:08:07 +0000 (21:08 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@987 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/new-namespace.c

index e337bee..813a5f7 100644 (file)
@@ -37,6 +37,7 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <libgen.h>
+#include <errno.h>
 
 #define ENSC_WRAPPERS_PREFIX   "new-namespace: "
 #define ENSC_WRAPPERS_WAIT     1