diff options
Diffstat (limited to 'include/rng.h')
-rw-r--r-- | include/rng.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rng.h b/include/rng.h index 37af5543631..87e26f5647e 100644 --- a/include/rng.h +++ b/include/rng.h @@ -6,6 +6,8 @@ #if !defined _RNG_H_ #define _RNG_H_ +#include <linux/types.h> + struct udevice; /** |