comparison src/cdrom/linux/SDL_syscdrom.c @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents d02b552e5304
children 19418e4422cb
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
79 #ifndef MNTTYPE_SUPER 79 #ifndef MNTTYPE_SUPER
80 #define MNTTYPE_SUPER "supermount" 80 #define MNTTYPE_SUPER "supermount"
81 #endif 81 #endif
82 #endif /* USE_MNTENT */ 82 #endif /* USE_MNTENT */
83 83
84 #include "SDL_stdlib.h"
85 #include "SDL_string.h"
86 #include "SDL_error.h"
87 #include "SDL_cdrom.h" 84 #include "SDL_cdrom.h"
88 #include "SDL_syscdrom.h" 85 #include "SDL_syscdrom.h"
89 86
90 87
91 /* The maximum number of CD-ROM drives we'll detect */ 88 /* The maximum number of CD-ROM drives we'll detect */