--- projects/libstatgrab/src/libstatgrab/tools.h 2003/10/19 00:09:22 1.6 +++ projects/libstatgrab/src/libstatgrab/tools.h 2003/10/19 00:25:30 1.7 @@ -20,6 +20,9 @@ #include #include +#ifdef FREEBSD +#include +#endif char *f_read_line(FILE *f, const char *string); @@ -27,4 +30,8 @@ char *get_string_match(char *line, regmatch_t *match); #ifdef HAVE_ATOLL long long get_ll_match(char *line, regmatch_t *match); +#endif + +#ifdef FREEBSD +kvm_t *get_kvm(void); #endif