summaryrefslogtreecommitdiff
path: root/src/input/input_dvd.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-08-05 22:51:53 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-08-05 22:51:53 +0100
commitc579d6f6fb0fd0075faf02a80be1a24f7f75071a (patch)
tree9ecca7232b48a5e3421d48d10c9d9861f95c5b36 /src/input/input_dvd.c
parentc2c388cfc3258d237493df7e4efdfe2562abe78b (diff)
parent08c9d1d6bce967a909bb55a967bf694ce29b4f48 (diff)
downloadxine-lib-c579d6f6fb0fd0075faf02a80be1a24f7f75071a.tar.gz
xine-lib-c579d6f6fb0fd0075faf02a80be1a24f7f75071a.tar.bz2
Merge from 1.1.
--HG-- rename : src/libmusepack/xine_musepack_decoder.c => src/audio_dec/xine_musepack_decoder.c
Diffstat (limited to 'src/input/input_dvd.c')
-rw-r--r--src/input/input_dvd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index da52604ca..86c5f44dd 100644
--- a/src/input/input_dvd.c
+++ b/src/input/input_dvd.c
@@ -53,7 +53,9 @@
#include <dlfcn.h>
#ifndef WIN32
+#if ! defined(__GNU__)
#include <sys/mount.h>
+#endif
#include <sys/wait.h>
#include <sys/poll.h>