From 21180f280b201a8de45d4bbfb6082cfcd57ecd25 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Mon, 19 Nov 2001 18:12:12 +0000 Subject: [PATCH] Use appropriaate include path for syscall_gate.h --- sys/contrib/lomac/kernel_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/lomac/kernel_util.c b/sys/contrib/lomac/kernel_util.c index 3cb648decfd..2972b31824b 100644 --- a/sys/contrib/lomac/kernel_util.c +++ b/sys/contrib/lomac/kernel_util.c @@ -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))