diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-15 10:15:47 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-15 10:15:47 +0100 |
commit | f4cbcf4c06a683c75185c26a431ad016703db03f (patch) | |
tree | 5b385d559095e0060d7d7038cb95117b655f6904 /src/lib/include | |
parent | 817b7848dca5b7080ba53666eb2dd8f37b05453a (diff) | |
download | kogata-f4cbcf4c06a683c75185c26a431ad016703db03f.tar.gz kogata-f4cbcf4c06a683c75185c26a431ad016703db03f.zip |
Moving files.
Diffstat (limited to 'src/lib/include')
-rw-r--r-- | src/lib/include/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/include/syscall.h b/src/lib/include/syscall.h index 37d7302..44b88cf 100644 --- a/src/lib/include/syscall.h +++ b/src/lib/include/syscall.h @@ -4,7 +4,7 @@ #include <stdint.h> #include <stdbool.h> -#include <syscallid.h> +#include <syscallproto.h> #include <fs.h> #include <debug.h> |