blob: 9cdf69046517d06fcaad2d1a744917384a7f825f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.6 2007/06/10 06:29:47 obache Exp $
--- plugins/cd-recorder/rb-recorder-gst.c.orig 2007-01-09 06:42:20.000000000 +0000
+++ 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>
|