These files use error numbering, so add the include. Signed-off-by: Simon Glass <sjg@chromium.org>
@@ -4,6 +4,7 @@
*/
#include <common.h>
+#include <errno.h>
#include <os.h>
#include <cli.h>
#include <malloc.h>
@@ -8,6 +8,7 @@
#include <dm.h>
#include <fdtdec.h>
#include <i2c.h>
@@ -9,6 +9,7 @@
#include <pci.h>
#include <asm/test.h>
#include <linux/ctype.h>