Added some includes for stat
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1907
This commit is contained in:
parent
c88ea6a3aa
commit
1e54741e61
1 changed files with 4 additions and 0 deletions
|
@ -21,7 +21,11 @@
|
|||
// SDL CDROM
|
||||
// ******************************************************
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
#include "dosbox.h"
|
||||
#include "SDL.h"
|
||||
#include "support.h"
|
||||
#include "cdrom.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue