summaryrefslogtreecommitdiff
path: root/audio/rhythmbox-devel/files/patch-plugins_cd-recorder_rb-recorder-gst.c
blob: c70afd0dc5e0711ee304d32969c70bc4a445c74d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- plugins/cd-recorder/rb-recorder-gst.c.orig	Wed Aug 10 20:06:11 2005
+++ plugins/cd-recorder/rb-recorder-gst.c	Wed Aug 10 20:06:31 2005
@@ -25,7 +25,9 @@
 #include <string.h>
 #include <math.h>
 #include <time.h>
+#ifndef __FreeBSD__
 #include <sys/vfs.h>
+#endif
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>