summaryrefslogtreecommitdiff
path: root/gusb/gusb-device-list.c
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2017-12-19 01:57:35 +0800
committerRichard Hughes <richard@hughsie.com>2017-12-19 10:03:02 +0000
commit69f5dc7bc4499eef26e0d88b95640f1b9fd5adfa (patch)
treec1e1a04dedc58fc567a0a5c6cf3898a65cd33bba /gusb/gusb-device-list.c
parentedd021b1c46a66782101f229fd95b525deb950d9 (diff)
downloadgusb-69f5dc7bc4499eef26e0d88b95640f1b9fd5adfa.tar.gz
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 <richard@hughsie.com>
Diffstat (limited to 'gusb/gusb-device-list.c')
-rw-r--r--gusb/gusb-device-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gusb/gusb-device-list.c b/gusb/gusb-device-list.c
index 3a27ee4..f62793e 100644
--- a/gusb/gusb-device-list.c
+++ b/gusb/gusb-device-list.c
@@ -30,7 +30,7 @@
#include <string.h>
#include <stdlib.h>
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>
#include "gusb-context.h"
#include "gusb-context-private.h"