--- projects/libstatgrab/src/libstatgrab/tools.c 2003/08/24 20:24:09 1.6 +++ projects/libstatgrab/src/libstatgrab/tools.c 2003/10/19 00:09:22 1.7 @@ -28,6 +28,8 @@ #include #include +#include "tools.h" + char *f_read_line(FILE *f, const char *string){ /* Max line length. 8k should be more than enough */ static char line[8192]; @@ -50,6 +52,7 @@ char *get_string_match(char *line, regmatch_t *match){ return match_string; } + #ifdef HAVE_ATOLL long long get_ll_match(char *line, regmatch_t *match){ char *ptr;