diff options
author | Pete Batard <pbatard@gmail.com> | 2010-02-24 22:05:40 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-02-24 22:05:40 +0000 |
commit | dbd439fa2cbda41abbc2edc8d03c8a03a00710b8 (patch) | |
tree | 5f0a37bd81c83d7b79803be6f2650f00f2433a79 /libusb/descriptor.c | |
parent | 0a40fde82d1d7803b1ae7a2c3b6193859af81717 (diff) | |
download | libusb-dbd439fa2cbda41abbc2edc8d03c8a03a00710b8.tar.gz |
includes simplification and cleanup (core)
Diffstat (limited to 'libusb/descriptor.c')
-rw-r--r-- | libusb/descriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/descriptor.c b/libusb/descriptor.c index da4dbbe..b66d2b3 100644 --- a/libusb/descriptor.c +++ b/libusb/descriptor.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <string.h> -#include "libusbi.h" +#include <libusbi.h> #define DESC_HEADER_LENGTH 2 #define DEVICE_DESC_LENGTH 18 |