(svn r19248) -Fix: DOS 'port' did not compile anymore

This commit is contained in:
rubidium
2010-02-25 13:06:00 +00:00
parent 5e48066824
commit b893abb356
2 changed files with 10 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
#include <Path.h>
#include <storage/FindDirectory.h>
#else
#ifdef OPENBSD
#if defined(OPENBSD) || defined(DOS)
#include <unistd.h>
#endif
#include <pwd.h>