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/io.c | |
parent | d7aabf0bb0f418a68bf8ac857f7bfc122fd46a67 (diff) | |
download | libusb-a161.tar.gz |
merged r197a161
Diffstat (limited to 'libusb/io.c')
-rw-r--r-- | libusb/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/io.c b/libusb/io.c index 48122b5..a7728e0 100644 --- a/libusb/io.c +++ b/libusb/io.c @@ -25,7 +25,7 @@ #include <string.h> #ifndef OS_WINDOWS -#include "os/unistd_posix.h" +#include "os/poll_posix.h" #endif #ifdef USBI_TIMERFD_AVAILABLE |