diff options
Diffstat (limited to 'include/display_options.h')
-rw-r--r-- | include/display_options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/display_options.h b/include/display_options.h index 85dacbc759..66e5960773 100644 --- a/include/display_options.h +++ b/include/display_options.h @@ -9,6 +9,8 @@ #ifndef __DISPLAY_OPTIONS_H #define __DISPLAY_OPTIONS_H +#include <linux/types.h> + /** * print_size() - Print a size with a suffix * @@ -19,7 +21,6 @@ * @size: Size to print * @suffix String to print after the size */ -#include <display_options.h> void print_size(uint64_t size, const char *suffix); /** |