blob: 166fae663c878860a6fbfbb65d81b39e7336b828 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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>
|