summaryrefslogtreecommitdiff
path: root/src/kernel/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/fat.h')
-rw-r--r--src/kernel/fat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/fat.h b/src/kernel/fat.h
index d9db906..cadb073 100644
--- a/src/kernel/fat.h
+++ b/src/kernel/fat.h
@@ -1,8 +1,8 @@
#ifndef FAT_H
#define FAT_H
-#include <stdint.h>
#include <stdbool.h>
+#include <stdint.h>
#include "drive.h"
void init_fat();