From fa4159c630f4be5dd3c6f8284452f7f915702c86 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Fri, 31 Jan 2014 21:36:18 +0100 Subject: [PATCH] Support build of fel.c on NetBSD _BSD_SOURCE doesn't work on NetBSD, so explicitly request the full native namespace. --- fel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fel.c b/fel.c index dc893ea..ba4212c 100644 --- a/fel.c +++ b/fel.c @@ -17,6 +17,7 @@ /* Needs _BSD_SOURCE for htole and letoh */ #define _BSD_SOURCE +#define _NETBSD_SOURCE #include #include