summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 807f231b52..6a6e847a16 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -23,6 +23,7 @@
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25#include <inttypes.h> 25#include <inttypes.h>
26#include "config.h"
26 27
27/* Format a large-range value for output, using the appropriate unit so that 28/* Format a large-range value for output, using the appropriate unit so that
28 * the displayed value is in the range 1 <= display < 1000 (1024 for "binary" 29 * the displayed value is in the range 1 <= display < 1000 (1024 for "binary"