diff mbox series

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

Message ID 20191011134808.5348-3-adrian.freihofer@siemens.com
State Accepted
Headers show
Series [[libubootenv] v3 2/3] add missing includes | expand

Commit Message

Freihofer, Adrian Oct. 11, 2019, 1:48 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 {