diff options
-rw-r--r-- | include/strlist.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/strlist.h b/include/strlist.h index 919bdc1..f887643 100644 --- a/include/strlist.h +++ b/include/strlist.h @@ -5,6 +5,10 @@ #ifndef SPM_STRLIST_H #define SPM_STRLIST_H +#if !defined(MAXFLOAT) +#include <math.h> +#endif + typedef struct { size_t num_alloc; size_t num_inuse; |