summaryrefslogtreecommitdiff
path: root/Kernel/API/InodeWatcherEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/API/InodeWatcherEvent.h')
-rw-r--r--Kernel/API/InodeWatcherEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/API/InodeWatcherEvent.h b/Kernel/API/InodeWatcherEvent.h
index 0c2cf8f9b4..9006ba6f83 100644
--- a/Kernel/API/InodeWatcherEvent.h
+++ b/Kernel/API/InodeWatcherEvent.h
@@ -10,7 +10,7 @@
#include <AK/Types.h>
#ifdef KERNEL
-# include <LibC/limits.h>
+# include <Kernel/API/POSIX/sys/limits.h>
#else
# include <limits.h>
#endif