sys: define NETBSD macro on NetBSD

This commit is contained in:
Miroslav Lichvar
2015-08-10 17:32:34 +02:00
parent f1ed08abf0
commit 18d514d552
4 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@
#ifndef GOT_SYSINCL_H
#define GOT_SYSINCL_H
#if defined (SOLARIS) || defined(SUNOS) || defined(LINUX) || defined(__NetBSD__) || defined (MACOSX)
#if defined (SOLARIS) || defined(SUNOS) || defined(LINUX) || defined(NETBSD) || defined (MACOSX)
#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(MACOSX)
#include <alloca.h>