mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
put in explicit unistd.h for getcwd (this helps BeOS)
svn-id: r8040
This commit is contained in:
parent
29a25f66f2
commit
27f2f58010
@ -29,6 +29,10 @@
|
||||
#include "common/config-file.h"
|
||||
#include "common/gameDetector.h"
|
||||
|
||||
#if !( defined(__DC__) || defined(__GP32__) )
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
_____ _ _ _ _ _
|
||||
|_ _| |__ (_)___ (_)___ __ _ __| |_ _ _ __ ___ _ __ ___ _ _| |
|
||||
|
Loading…
Reference in New Issue
Block a user