diff options
Diffstat (limited to 'include/u-boot/md5.h')
-rw-r--r-- | include/u-boot/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u-boot/md5.h b/include/u-boot/md5.h index 8b44a7f..08924cc 100644 --- a/include/u-boot/md5.h +++ b/include/u-boot/md5.h @@ -6,7 +6,7 @@ #ifndef _MD5_H #define _MD5_H -#include <linux/types.h> +#include "compiler.h" struct MD5Context { __u32 buf[4]; |