summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-01-21 10:04:00 +0000
committerRichard Hughes <richard@hughsie.com>2020-01-21 10:33:11 +0000
commitcede15be9e6b2ddb2908cee50d3936bf7ff1c009 (patch)
tree4f3d837b4a6ba29a64aff12f0a8e1a0fb81d873e
parent8e1b23f5f6acfe18ef2500cfcd7def68603dcd21 (diff)
downloadgusb-cede15be9e6b2ddb2908cee50d3936bf7ff1c009.tar.gz
trivial: Fix include dir for exported header
-rw-r--r--gusb/gusb-endpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gusb/gusb-endpoint.h b/gusb/gusb-endpoint.h
index b40fa87..e813488 100644
--- a/gusb/gusb-endpoint.h
+++ b/gusb/gusb-endpoint.h
@@ -23,7 +23,7 @@
#include <glib-object.h>
#include <gio/gio.h>
-#include <gusb-device.h>
+#include <gusb/gusb-device.h>
G_BEGIN_DECLS