diff options
Diffstat (limited to 'src/user/lib/esemaphore.c')
-rw-r--r-- | src/user/lib/esemaphore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/user/lib/esemaphore.c b/src/user/lib/esemaphore.c index 1230274..1da418e 100644 --- a/src/user/lib/esemaphore.c +++ b/src/user/lib/esemaphore.c @@ -1,5 +1,5 @@ -#include <shared/flags.h> -#include <shared/syscalls.h> +#include <camellia/flags.h> +#include <camellia/syscalls.h> #include <user/lib/esemaphore.h> #include <user/lib/stdlib.h> |