summaryrefslogtreecommitdiff
path: root/gusb/gusb.h
diff options
context:
space:
mode:
authorEmmanuel Pacaud <emmanuel@gnome.org>2020-01-17 16:46:54 +0100
committerRichard Hughes <richard@hughsie.com>2020-01-20 14:06:14 +0000
commit8e1b23f5f6acfe18ef2500cfcd7def68603dcd21 (patch)
tree934ec215dffc0c038d0b6828bce60f5c9fbe1a9b /gusb/gusb.h
parent17f9cda073459fc673a99bd281e929a999643374 (diff)
downloadgusb-8e1b23f5f6acfe18ef2500cfcd7def68603dcd21.tar.gz
Add a thin glib wrapper around libusb_endpoint_descriptor
Diffstat (limited to 'gusb/gusb.h')
-rw-r--r--gusb/gusb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gusb/gusb.h b/gusb/gusb.h
index 56d08e1..8102ef4 100644
--- a/gusb/gusb.h
+++ b/gusb/gusb.h
@@ -27,6 +27,7 @@
#include <gusb/gusb-autocleanups.h>
#include <gusb/gusb-context.h>
#include <gusb/gusb-interface.h>
+#include <gusb/gusb-endpoint.h>
#include <gusb/gusb-source.h>
#include <gusb/gusb-device.h>
#include <gusb/gusb-device-list.h>