Support build of fel.c on NetBSD

_BSD_SOURCE doesn't work on NetBSD, so explicitly request the full native namespace.
This commit is contained in:
Joerg Sonnenberger 2014-01-31 21:36:18 +01:00
parent a03129b185
commit fa4159c630

1
fel.c
View File

@ -17,6 +17,7 @@
/* Needs _BSD_SOURCE for htole and letoh */
#define _BSD_SOURCE
#define _NETBSD_SOURCE
#include <libusb.h>
#include <stdint.h>