comparison src/cdrom/bsdi/SDL_syscdrom.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children c0a74f199ecf
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
36 #include <sys/ioctl.h> 36 #include <sys/ioctl.h>
37 #include </sys/dev/scsi/scsi.h> 37 #include </sys/dev/scsi/scsi.h>
38 #include </sys/dev/scsi/scsi_ioctl.h> 38 #include </sys/dev/scsi/scsi_ioctl.h>
39 39
40 #include "SDL_cdrom.h" 40 #include "SDL_cdrom.h"
41 #include "SDL_syscdrom.h" 41 #include "../SDL_syscdrom.h"
42 42
43 /* 43 /*
44 * The msf_to_frame and frame_to_msf were yanked from libcdrom and inlined 44 * The msf_to_frame and frame_to_msf were yanked from libcdrom and inlined
45 * here so that -lcdrom doesn't have to be dragged in for something so simple. 45 * here so that -lcdrom doesn't have to be dragged in for something so simple.
46 */ 46 */