From 27f2f5801074742335fd2e94bb5f40bd137c5d88 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 27 May 2003 23:34:37 +0000 Subject: put in explicit unistd.h for getcwd (this helps BeOS) svn-id: r8040 --- gui/options.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui') diff --git a/gui/options.cpp b/gui/options.cpp index 0c30ab49a4..4e69230184 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -29,6 +29,10 @@ #include "common/config-file.h" #include "common/gameDetector.h" +#if !( defined(__DC__) || defined(__GP32__) ) +#include +#endif + /* _____ _ _ _ _ _ |_ _| |__ (_)___ (_)___ __ _ __| |_ _ _ __ ___ _ __ ___ _ _| | -- cgit v1.2.3