diff options
author | David Phillips <david@sighup.nz> | 2018-06-18 21:34:00 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-06-18 21:34:00 +1200 |
commit | e6922a8420f85c0324465abcbc64b754379a7c50 (patch) | |
tree | 021a94a4e2fa92b8807e457f6786ecf0faf57c67 | |
parent | 4a400975b24acef58d6c3ee6092413ff51a0be86 (diff) | |
download | sand-leek-e6922a8420f85c0324465abcbc64b754379a7c50.tar.xz |
Fix missing declaration in unit_label.c
-rw-r--r-- | unit_label.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unit_label.c b/unit_label.c index b53e4a3..8b7f352 100644 --- a/unit_label.c +++ b/unit_label.c @@ -1,5 +1,7 @@ #include <unistd.h> +#include "unit_label.h" + /* Assign *unit a unit string from table unit_label that best fits value. * returns the value reduced by the chosen unit's magnitude * |