summaryrefslogtreecommitdiff
path: root/src/user/lib/esemaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/esemaphore.h')
-rw-r--r--src/user/lib/esemaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/lib/esemaphore.h b/src/user/lib/esemaphore.h
index e746bd7..4a16c2e 100644
--- a/src/user/lib/esemaphore.h
+++ b/src/user/lib/esemaphore.h
@@ -1,5 +1,5 @@
#pragma once
-#include <shared/types.h>
+#include <camellia/types.h>
struct evil_sem {
handle_t wait, signal;