diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-06-22 08:55:00 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-06-22 08:55:00 +0000 |
| commit | 87d75edc076c90908d6e88687e08a342429d823d (patch) | |
| tree | 8216f3c65c94580c679616e92168be9d0ae27789 /lib/libusb/libusb10_desc.c | |
| parent | ab249f7c3594415ac4a063b225f675da21b36ea9 (diff) | |
MFC r210823, r211397, r210933, r219101, r213852, r213849 and r208020:
- Add support for LibUSB in 32-bit compatibility mode.
- Some manpage related fixes.
Notes
svn path=/stable/8/; revision=223419
Diffstat (limited to 'lib/libusb/libusb10_desc.c')
| -rw-r--r-- | lib/libusb/libusb10_desc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/libusb10_desc.c b/lib/libusb/libusb10_desc.c index 67d9827077ca..58237236bb5f 100644 --- a/lib/libusb/libusb10_desc.c +++ b/lib/libusb/libusb10_desc.c @@ -26,11 +26,11 @@ #include <sys/queue.h> -#define libusb_device_handle libusb20_device - #include <stdio.h> #include <stdlib.h> +#define libusb_device_handle libusb20_device + #include "libusb20.h" #include "libusb20_desc.h" #include "libusb20_int.h" |
