summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-02-24 23:04:03 +0000
committerPete Batard <pbatard@gmail.com>2010-02-24 23:04:03 +0000
commitf2297884fa8831e8e58b914c700aafe125ea89e5 (patch)
treef9e47f48c6a49497ef5db88071d8ce0532549f32 /libusb/libusb.h
parent2745941df4f0ffacca14166b23f40a19b66c7d22 (diff)
downloadlibusb-f2297884fa8831e8e58b914c700aafe125ea89e5.tar.gz
reverts some of the changes from dbd439/6c7a1e (r173)r175
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r--libusb/libusb.h4
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