mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 13:21:04 +00:00
NetBSD has stuff in errno.h
This commit is contained in:
parent
4a7362fda5
commit
52dfc473fc
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#endif
|
||||
|
||||
// FIXME: use autoconf
|
||||
#if defined(unix) || defined(_AIX)
|
||||
#if defined(unix) || defined(_AIX) || defined(__NetBSD__)
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <sys/dir.h>
|
||||
|
|
Loading…
Reference in a new issue