diff options
Diffstat (limited to 'include/soc.h')
-rw-r--r-- | include/soc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc.h b/include/soc.h index 850db28b76a..b8cfc507706 100644 --- a/include/soc.h +++ b/include/soc.h @@ -7,6 +7,8 @@ #ifndef __SOC_H #define __SOC_H +#include <linux/errno.h> + #define SOC_MAX_STR_SIZE 128 struct udevice; |