summaryrefslogtreecommitdiff
path: root/include/display_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/display_options.h')
-rw-r--r--include/display_options.h1
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);
/**