include "linuxvirtual.h" instead of "linux-inc.h"
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 01:14:12 +0000 (01:14 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 14 Oct 2003 01:14:12 +0000 (01:14 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@126 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/syscall.c

index c72ef5a..c411922 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "vserver.h"
 #include "vserver-internal.h"
-#include "virtual-inc.h"
+#include "linuxvirtual.h"
 
 #ifdef VC_ENABLE_API_COMPAT    
 #  include "syscall-compat.hc"