From 69f5dc7bc4499eef26e0d88b95640f1b9fd5adfa Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Tue, 19 Dec 2017 01:57:35 +0800 Subject: Replace libusb-1.0/libusb.h with libusb.h FreeBSD doesn't have the libusb-1.0 directory, and required include arguments should be provided by pkg-config. Signed-off-by: Richard Hughes --- gusb/gusb-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gusb/gusb-util.c') diff --git a/gusb/gusb-util.c b/gusb/gusb-util.c index dffd5af..eeea84d 100644 --- a/gusb/gusb-util.c +++ b/gusb/gusb-util.c @@ -20,7 +20,7 @@ #include "config.h" -#include +#include #include "gusb-util.h" -- cgit v1.2.1