Merge pull request #22 from jsonn/patch-1

Support build of fel.c on NetBSD
This commit is contained in:
Henrik Nordström 2014-01-31 12:37:42 -08:00
commit 271130b31c

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>