[yocto] [PATCH pseudo 1/2] pseudo_db: add missing stdint include

Ross Burton ross.burton at intel.com
Tue Nov 6 04:00:22 PST 2018


---
 pseudo_db.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pseudo_db.c b/pseudo_db.c
index 0994048..31f4dc4 100644
--- a/pseudo_db.c
+++ b/pseudo_db.c
@@ -18,6 +18,7 @@
  *
  */
 #include <stdio.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>
-- 
2.11.0



More information about the yocto mailing list