From 3af05b09eb116e48997a2d4611b0a1e033737d2e Mon Sep 17 00:00:00 2001 From: Erik Gilling Date: Thu, 9 Dec 2010 15:28:06 -0800 Subject: libusbhost: add usb chapter 9 include to usbhost.h Change-Id: I4dcadf8e8d9b25782351c9aeefb0d2cea81bbc9e --- include/usbhost/usbhost.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/usbhost') diff --git a/include/usbhost/usbhost.h b/include/usbhost/usbhost.h index f7cc52e5a..5332acd30 100644 --- a/include/usbhost/usbhost.h +++ b/include/usbhost/usbhost.h @@ -23,6 +23,13 @@ extern "C" { #include +#include +#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 20) +#include +#else +#include +#endif + struct usb_host_context; struct usb_endpoint_descriptor; -- cgit v1.2.2-2-gfde8