(svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect

This commit is contained in:
rubidium
2010-05-18 21:17:25 +00:00
parent bd270258c4
commit 0a34d95374
3 changed files with 11 additions and 5 deletions

View File

@@ -27,6 +27,10 @@
# include <dlfcn.h>
#endif
#if defined(__NetBSD__)
#include <unistd.h>
#endif
/**
* Unix implementation for the crash logger.
*/