comparison libmpdemux/stream_vcd.c @ 15566:3758536dcef3

DragonFly BSD support patch by Joerg Sonnenberger <joerg - at - britannica - dot - bec - dot - de>
author diego
date Wed, 25 May 2005 08:48:32 +0000
parents 719883aa0adf
children 25feca1387e7
comparison
equal deleted inserted replaced
15565:1c1c7cd29707 15566:3758536dcef3
12 #include <stdlib.h> 12 #include <stdlib.h>
13 #include <unistd.h> 13 #include <unistd.h>
14 #include <sys/ioctl.h> 14 #include <sys/ioctl.h>
15 #include <errno.h> 15 #include <errno.h>
16 16
17 #ifdef __FreeBSD__ 17 #if defined(__FreeBSD__) || defined(__DragonFly__)
18 #include <sys/cdrio.h> 18 #include <sys/cdrio.h>
19 #include "vcd_read_fbsd.h" 19 #include "vcd_read_fbsd.h"
20 #elif defined(__NetBSD__) || defined (__OpenBSD__) 20 #elif defined(__NetBSD__) || defined (__OpenBSD__)
21 #include "vcd_read_nbsd.h" 21 #include "vcd_read_nbsd.h"
22 #elif defined(SYS_DARWIN) 22 #elif defined(SYS_DARWIN)