$NetBSD: patch-aa,v 1.7 2008/05/06 06:26:59 bjs Exp $ --- plugins/cd-recorder/rb-recorder-gst.c.orig 2007-02-24 18:27:43.000000000 -0500 +++ plugins/cd-recorder/rb-recorder-gst.c @@ -26,7 +26,9 @@ #include <string.h> #include <math.h> #include <time.h> +#ifdef __linux__ #include <sys/vfs.h> +#endif #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h>