(svn r18834) -Fix [FS#3538]: compilation failed on OpenBSD (matze)

This commit is contained in:
rubidium
2010-01-16 22:01:33 +00:00
parent 47279b296d
commit 8676af5618
2 changed files with 6 additions and 0 deletions

View File

@@ -19,6 +19,9 @@
#ifdef WIN32
#include <windows.h>
#else
#ifdef OPENBSD
#include <unistd.h>
#endif
#include <pwd.h>
#endif
#include <sys/stat.h>