summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_registerclass.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-16 00:49:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-16 00:49:02 +0000
commit86a38f248f430276682e5e8d357f74f8b8bcb99c (patch)
treeb8e2d2308503e72fc0b8994e38eb28d8aaf3090d /nuttx/drivers/usbhost/usbhost_registerclass.c
parent5d449ef3904b7130000b729f6e97f66d8ff99fe0 (diff)
downloadnuttx-86a38f248f430276682e5e8d357f74f8b8bcb99c.tar.gz
nuttx-86a38f248f430276682e5e8d357f74f8b8bcb99c.tar.bz2
nuttx-86a38f248f430276682e5e8d357f74f8b8bcb99c.zip
Changes to get USB host driver compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3185 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/usbhost/usbhost_registerclass.c')
-rw-r--r--nuttx/drivers/usbhost/usbhost_registerclass.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_registerclass.c b/nuttx/drivers/usbhost/usbhost_registerclass.c
index d924de932..0c8d3b20d 100644
--- a/nuttx/drivers/usbhost/usbhost_registerclass.c
+++ b/nuttx/drivers/usbhost/usbhost_registerclass.c
@@ -39,10 +39,11 @@
#include <nuttx/config.h>
+#include <sys/types.h>
#include <errno.h>
-#include <nuttx/usb/usbhost.h>
#include <arch/irq.h>
+#include <nuttx/usb/usbhost.h>
#include "usbhost_registry.h"