diff options
Diffstat (limited to 'sim/m32c/syscalls.c')
-rw-r--r-- | sim/m32c/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32c/syscalls.c b/sim/m32c/syscalls.c index bf33c1d..0a1c249 100644 --- a/sim/m32c/syscalls.c +++ b/sim/m32c/syscalls.c @@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA #include "mem.h" #include "syscalls.h" -#include "../../libgloss/syscall.h" +#include "syscall.h" /* The current syscall callbacks we're using. */ static struct host_callback_struct *callbacks; |