diff options
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r-- | libusb/libusb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h index 62ee63c..8986013 100644 --- a/libusb/libusb.h +++ b/libusb/libusb.h @@ -22,14 +22,14 @@ #define __LIBUSB_H__ #include <stdint.h> -#include <limits.h> -#include <time.h> #ifdef _MSC_VER #define inline __inline #else #include <sys/time.h> #endif #include <sys/types.h> +#include <limits.h> +#include <time.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 |