about summary refs log tree commit diff
path: root/boot/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/common.c')
-rw-r--r--boot/common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/common.c b/boot/common.c
index 22ee50a..cf9aa46 100644
--- a/boot/common.c
+++ b/boot/common.c
@@ -8,6 +8,10 @@
  * SPDX-License-Identifier: MPL-2.0
  */
 
+#pragma once
+
+#include "catboot.h"
+
 #include <stdarg.h>
 #include <stddef.h>
 #include <stdint.h>