about summary refs log tree commit diff
path: root/boot/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/lex.c')
-rw-r--r--boot/lex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/lex.c b/boot/lex.c
index 5b91187..f450798 100644
--- a/boot/lex.c
+++ b/boot/lex.c
@@ -7,6 +7,10 @@
  * SPDX-License-Identifier: MPL-2.0
  */
 
+#pragma once
+
+#include "catboot.h"
+
 #define MAX_CHAR_BUFFER_SIZE 256
 
 // byte position within a file.