Use appropriaate include path for syscall_gate.h

This commit is contained in:
Brian Feldman 2001-11-19 18:12:12 +00:00
parent 37787fbcce
commit 21180f280b

View File

@ -61,7 +61,7 @@
#include "kernel_monitor.h"
#include "lomacfs.h"
#include "syscall_gate/syscall_gate.h"
#include "syscall_gate.h"
#define AS(name) (sizeof(struct name) / sizeof(register_t))