From e6922a8420f85c0324465abcbc64b754379a7c50 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 18 Jun 2018 21:34:00 +1200 Subject: Fix missing declaration in unit_label.c --- unit_label.c | 2 ++ 1 file changed, 2 insertions(+) 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 +#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 * -- cgit v1.1