mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-29 07:02:08 +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
|
#endif
|
||||||
|
|
||||||
// FIXME: use autoconf
|
// FIXME: use autoconf
|
||||||
#if defined(unix) || defined(_AIX)
|
#if defined(unix) || defined(_AIX) || defined(__NetBSD__)
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/dir.h>
|
#include <sys/dir.h>
|
||||||
|
|
Loading…
Reference in a new issue