$NetBSD: patch-aa,v 1.1.1.1 2001/05/14 17:13:21 rh Exp $ --- libmedusa/medusa-index-progress.c.orig Sun Apr 8 08:38:01 2001 +++ libmedusa/medusa-index-progress.c @@ -54,7 +54,12 @@ #ifdef HAVE_STATVFS # include #elif HAVE_STATFS -# include +# ifdef HAVE_STATVFS_H +# include +# else +# include +# include +# endif #else # warning "Medusa will not be able to record your indexing progress because you don't have either statfs or statvfs." #endif