sandbox: Add missing errno.h includes in a few files
[platform/kernel/u-boot.git] / arch / sandbox / cpu / start.c
index b23d08b..4c38fab 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <errno.h>
 #include <os.h>
 #include <cli.h>
 #include <malloc.h>