refactor: striped more arch-related code from the kernel code base
[lunaix-os.git] / lunaix-os / includes / lunaix / syscall.h
index 919f93a0c2efdf748d94af1ea055dddae86286db..3b0f0702f345a4ab4027f676754c0b958ee605d6 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_SYSCALL_H
 #define __LUNAIX_SYSCALL_H
 
-#include <arch/i386/vectors.h>
+#include <sys/vectors.h>
 #include <usr/lunaix/syscallid.h>
 
 #ifndef __ASM__