diff options
Diffstat (limited to 'include/axi.h')
-rw-r--r-- | include/axi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/axi.h b/include/axi.h index 59fb0b2e458..133a06ee271 100644 --- a/include/axi.h +++ b/include/axi.h @@ -7,6 +7,8 @@ #ifndef _AXI_H_ #define _AXI_H_ +#include <linux/types.h> + struct udevice; /** |