Nico Huber has uploaded this change for review.
libflashrom.h: Add missing includes
<stddef.h> for `size_t` and <sys/types.h> for `off_t`.
Change-Id: Ifc84dfe2a06633321d0abd364bdea1216925a779
Signed-off-by: Nico Huber <nico.huber@secunet.com>
---
M libflashrom.h
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/53/30153/1
diff --git a/libflashrom.h b/libflashrom.h
index 4fbcd35..38c95d2 100644
--- a/libflashrom.h
+++ b/libflashrom.h
@@ -18,6 +18,8 @@
#ifndef __LIBFLASHROM_H__
#define __LIBFLASHROM_H__ 1
+#include <sys/types.h>
+#include <stddef.h>
#include <stdarg.h>
int flashrom_init(int perform_selfcheck);
To view, visit change 30153. To unsubscribe, or for help writing mail filters, visit settings.