Commit fa4159c6 authored by Joerg Sonnenberger's avatar Joerg Sonnenberger
Browse files

Support build of fel.c on NetBSD

_BSD_SOURCE doesn't work on NetBSD, so explicitly request the full native namespace.
parent a03129b1
......@@ -17,6 +17,7 @@
/* Needs _BSD_SOURCE for htole and letoh */
#define _BSD_SOURCE
#define _NETBSD_SOURCE
#include <libusb.h>
#include <stdint.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment