--- projects/libstatgrab/src/libstatgrab/tools.h 2004/02/14 20:42:59 1.14 +++ projects/libstatgrab/src/libstatgrab/tools.h 2004/02/16 14:55:32 1.15 @@ -18,12 +18,12 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: tools.h,v 1.14 2004/02/14 20:42:59 ats Exp $ + * $Id: tools.h,v 1.15 2004/02/16 14:55:32 tdb Exp $ */ #include #include -#ifdef FREEBSD +#if defined(FREEBSD) || defined(DFBSD) #include #endif #ifdef NETBSD @@ -48,7 +48,7 @@ char *f_read_line(FILE *f, const char *string); char *get_string_match(char *line, regmatch_t *match); -#ifdef FREEBSD +#if defined(FREEBSD) || defined(DFBSD) kvm_t *get_kvm(void); #endif