diff options
Diffstat (limited to 'host/ausb/ausb.h')
-rw-r--r-- | host/ausb/ausb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/ausb/ausb.h b/host/ausb/ausb.h index 4d62cac..96247bb 100644 --- a/host/ausb/ausb.h +++ b/host/ausb/ausb.h @@ -9,6 +9,9 @@ * Distributed under the terms of GNU LGPL, Version 2.1 */ +#ifndef __user +#define __user +#endif/*__user*/ #include <usb.h> #include <linux/usbdevice_fs.h> |