From 282527de6f2e3cce635b69c9ad13ffdbe98700a3 Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Tue, 8 Feb 2011 20:59:35 -0500 Subject: [PATCH] libcom32: Add header to suffix_number.c In case we ever define anything in the header --- com32/lib/suffix_number.c | 1 + 1 file changed, 1 insertion(+) diff --git a/com32/lib/suffix_number.c b/com32/lib/suffix_number.c index 49217f7..df073a0 100644 --- a/com32/lib/suffix_number.c +++ b/com32/lib/suffix_number.c @@ -33,6 +33,7 @@ */ #include +#include /* Get a value with a potential suffix (k/m/g/t/p/e) */ unsigned long long suffix_number(const char *str) -- 2.7.4