1
0
Fork 0

added sys/types.h

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@752
This commit is contained in:
Peter Veenstra 2003-03-12 12:58:15 +00:00
parent c131ab0320
commit 0e35a7dfe2
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <sys/types.h>
#include <dirent.h>
#include "dosbox.h"

View file

@ -22,6 +22,7 @@
*/
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include "SDL.h"