commit | 135ec30e12c4b6702875d9c5d964978043a655e1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 01 19:30:24 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 08:00:41 2024 -0600 |
tree | 917f552b988221299473667bf771b3f8cdb2cfc9 | |
parent | f7da895c508a628b99c4336c5e9795df1c0ba5c0 [diff] [blame] |
include: Add missing <linux/types.h> These files have many "Linux" style types in them, add <linux/types.h> Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/include/libata.h b/include/libata.h index a55e931..fa39d21 100644 --- a/include/libata.h +++ b/include/libata.h
@@ -10,6 +10,7 @@ #ifndef __LIBATA_H__ #define __LIBATA_H__ +#include <linux/types.h> enum { /* various global constants */