aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libflashrom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libflashrom.h b/libflashrom.h
index a0da6dfe..d0d58261 100644
--- a/libflashrom.h
+++ b/libflashrom.h
@@ -20,6 +20,8 @@
#include <sys/types.h>
#include <stddef.h>
+#include <stdbool.h>
+#include <stdint.h>
#include <stdarg.h>
int flashrom_init(int perform_selfcheck);