diff mbox series

[[libubootenv] v2 2/3] add missing includes

Message ID 20191009162934.20998-3-adrian.freihofer@siemens.com
State Changes Requested
Headers show
Series [[libubootenv] v2 2/3] add missing includes | expand

Commit Message

Freihofer, Adrian Oct. 9, 2019, 4:29 p.m. UTC
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 src/uboot_private.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/src/uboot_private.h b/src/uboot_private.h
index e332283..4b7a9f9 100644
--- a/src/uboot_private.h
+++ b/src/uboot_private.h
@@ -8,7 +8,9 @@ 
 #pragma once
 
 #include <stdbool.h>
+#include <stdint.h>
 #include <sys/queue.h>
+#include <mtd/mtd-user.h>
 #include "libuboot.h"
 
 typedef enum {