about summary refs log tree commit diff
path: root/boot/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/parse.c')
-rw-r--r--boot/parse.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/parse.c b/boot/parse.c
index 6aa61f7..d410476 100644
--- a/boot/parse.c
+++ b/boot/parse.c
@@ -7,6 +7,10 @@
  * SPDX-License-Identifier: MPL-2.0
  */
 
+#pragma once
+
+#include "catboot.h"
+
 #define PARSER_LOOKAHEAD 2
 
 #define CHECK(parse) \