summaryrefslogtreecommitdiff
path: root/kernel/fs/shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/shm.h')
-rw-r--r--kernel/fs/shm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fs/shm.h b/kernel/fs/shm.h
index 2a184dd..2cd7f58 100644
--- a/kernel/fs/shm.h
+++ b/kernel/fs/shm.h
@@ -1,8 +1,8 @@
#ifndef SHM_H
#define SHM_H
#include <stddef.h>
-#include <typedefs.h>
#include <sys/types.h>
+#include <typedefs.h>
void shm_init(void);
int shm_open(const char *name, int oflag, mode_t mode);