diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-06 00:15:19 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-06 00:15:19 +0000 |
commit | d4a736d822a6a7e8494f4055e77c188c53c1fa2f (patch) | |
tree | 9fdf7abab25d45406ac13983769b02ed9d6610f8 /libusb/libusb.h | |
parent | d7aabf0bb0f418a68bf8ac857f7bfc122fd46a67 (diff) | |
download | libusb-d4a736d822a6a7e8494f4055e77c188c53c1fa2f.tar.gz |
merged r197a161
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r-- | libusb/libusb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h index 8986013..0127d9f 100644 --- a/libusb/libusb.h +++ b/libusb/libusb.h @@ -28,8 +28,8 @@ #include <sys/time.h> #endif #include <sys/types.h> -#include <limits.h> #include <time.h> +#include <limits.h> /* 'interface' might be defined as a macro on Windows, so we need to * undefine it so as not to break the current libusb API, because |