libcom32: Add header to suffix_number.c
authorGene Cumm <gene.cumm@gmail.com>
Wed, 9 Feb 2011 01:59:35 +0000 (20:59 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Wed, 9 Feb 2011 01:59:35 +0000 (20:59 -0500)
In case we ever define anything in the header

com32/lib/suffix_number.c

index 49217f7..df073a0 100644 (file)
@@ -33,6 +33,7 @@
  */
 
 #include <stdlib.h>
+#include <suffix_number.h>
 
 /* Get a value with a potential suffix (k/m/g/t/p/e) */
 unsigned long long suffix_number(const char *str)