diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-10 17:49:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-10 17:49:20 -0400 |
commit | cdebee1fd9fa04cc4c972f826bae19b28c253eb0 (patch) | |
tree | 97a13d6a54ea8cb825d19cd65d4c9480ffd327dc /include/display_options.h | |
parent | 3dd4e916324efc825a7ee8e412f5cf1ded839021 (diff) | |
parent | 468091a4602f78aaa11d41190ae66d8b240e144a (diff) |
Merge branch '2022-08-10-assorted-updates'
- An assortment of bugfixes and minor updates
Diffstat (limited to 'include/display_options.h')
-rw-r--r-- | include/display_options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/display_options.h b/include/display_options.h index 33fcbb85335..85dacbc7590 100644 --- a/include/display_options.h +++ b/include/display_options.h @@ -19,6 +19,7 @@ * @size: Size to print * @suffix String to print after the size */ +#include <display_options.h> void print_size(uint64_t size, const char *suffix); /** |