summaryrefslogtreecommitdiff
path: root/src/input/media_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/media_helper.h')
-rw-r--r--src/input/media_helper.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/input/media_helper.h b/src/input/media_helper.h
index 48ef7b383..2f6aaee60 100644
--- a/src/input/media_helper.h
+++ b/src/input/media_helper.h
@@ -19,5 +19,11 @@
*
*/
-int media_eject_media (const char *device);
+#ifndef HAVE_MEDIA_HELPER_H
+#define HAVE_MEDIA_HELPER_H
+#include "xine_internal.h"
+
+int media_eject_media (xine_t *xine, const char *device);
+
+#endif