From 53e8de5cbf503791a47b54e7451af1aeb39a7862 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Thu, 5 Jul 2018 05:53:42 -0400 Subject: [PATCH] libusb: find usb.h correctly --- components/libusb/ugen/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/libusb/ugen/src/Makefile b/components/libusb/ugen/src/Makefile index 6012aea20..e09c82cf0 100644 --- a/components/libusb/ugen/src/Makefile +++ b/components/libusb/ugen/src/Makefile @@ -31,6 +31,7 @@ MAPFILES = libusbugen.mapfile CFLAGS += $(CC_PIC) CFLAGS += -I. +CFLAGS += -I../../../wrapper/src CFLAGS += -D_REENTRANT -D_TS_ERRNO LDFLAGS += $(MAPFILES:%=-Wl,-M%) LIBS += -ldl -lc -- 2.11.4.GIT