1
0
Fork 0

Added some includes for stat

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1907
This commit is contained in:
Peter Veenstra 2004-08-22 18:48:31 +00:00
parent c88ea6a3aa
commit 1e54741e61

View file

@ -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"