--- projects/libstatgrab/src/libstatgrab/cpu_stats.c 2003/11/10 23:25:45 1.14 +++ projects/libstatgrab/src/libstatgrab/cpu_stats.c 2003/11/11 10:27:04 1.15 @@ -53,7 +53,7 @@ cpu_states_t *get_cpu_totals(){ kstat_t *ksp; cpu_stat_t cs; #endif -#ifdef LINUX +#if defined(LINUX) || defined(CYGWIN) FILE *f; #endif #ifdef ALLBSD