Use appropriaate include path for syscall_gate.h

This commit is contained in:
green 2001-11-19 18:12:12 +00:00
parent 62608b407f
commit 9f97a8ad86

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))