[PATCH 09/10] scripts: tegra: Add missing include
Sascha Hauer
s.hauer at pengutronix.de
Tue Sep 15 08:25:38 EDT 2020
Include context.h to get the prototypes for the functions defined in
context.c
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
scripts/tegra/context.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/tegra/context.c b/scripts/tegra/context.c
index 9d2fb27dc9..47e65d570b 100644
--- a/scripts/tegra/context.c
+++ b/scripts/tegra/context.c
@@ -17,6 +17,7 @@
#include "cbootimage.h"
#include "data_layout.h"
#include "set.h"
+#include "context.h"
void
cleanup_context(build_image_context *context)
--
2.28.0
More information about the barebox
mailing list