diff options
author | Pete Batard <pbatard@gmail.com> | 2010-02-24 23:04:03 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-02-24 23:04:03 +0000 |
commit | f2297884fa8831e8e58b914c700aafe125ea89e5 (patch) | |
tree | f9e47f48c6a49497ef5db88071d8ce0532549f32 /libusb/os | |
parent | 2745941df4f0ffacca14166b23f40a19b66c7d22 (diff) | |
download | libusb-f2297884fa8831e8e58b914c700aafe125ea89e5.tar.gz |
reverts some of the changes from dbd439/6c7a1e (r173)r175
Diffstat (limited to 'libusb/os')
-rw-r--r-- | libusb/os/threads_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/os/threads_windows.c b/libusb/os/threads_windows.c index aa3311a..11b55f9 100644 --- a/libusb/os/threads_windows.c +++ b/libusb/os/threads_windows.c @@ -23,7 +23,7 @@ #include <errno.h> #include <stdarg.h> -#include <libusbi.h> +#include "libusbi.h" int usbi_mutex_init(usbi_mutex_t *mutex, |