summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream_vcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream_vcd.c')
-rw-r--r--libmpdemux/stream_vcd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmpdemux/stream_vcd.c b/libmpdemux/stream_vcd.c
index 7076f394d7..58862bcd57 100644
--- a/libmpdemux/stream_vcd.c
+++ b/libmpdemux/stream_vcd.c
@@ -18,7 +18,9 @@
#include <sys/cdrio.h>
#include "vcd_read_fbsd.h"
#elif defined(__NetBSD__) || defined (__OpenBSD__)
-#include "vcd_read_nbsd.h"
+#include "vcd_read_nbsd.h"
+#elif defined(MACOSX)
+#include "vcd_read_macosx.h"
#else
#include "vcd_read.h"
#endif