diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-03 20:19:44 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-03 20:19:44 +0000 |
commit | 5ca0d11008d495f53e7d0f020534e6f9ebe49e69 (patch) | |
tree | 07b1c51c2179792cfc8d3a0af526c0e29e989a18 /libusb/os/poll_posix.h | |
parent | ad460bca7234ad38e24bcfe7aa3f515a2fbe007f (diff) | |
download | libusb-5ca0d11008d495f53e7d0f020534e6f9ebe49e69.tar.gz |
residual corrections from previous commits (Michael Plante)r189
Diffstat (limited to 'libusb/os/poll_posix.h')
-rw-r--r-- | libusb/os/poll_posix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libusb/os/poll_posix.h b/libusb/os/poll_posix.h index 0e9981d..17298a5 100644 --- a/libusb/os/poll_posix.h +++ b/libusb/os/poll_posix.h @@ -1,5 +1,5 @@ -#ifndef __LIBUSB_UNISTD_POSIX_H__ -#define __LIBUSB_UNISTD_POSIX_H__ +#ifndef __LIBUSB_POLL_POSIX_H__ +#define __LIBUSB_POLL_POSIX_H__ #include <unistd.h> #include <poll.h> @@ -9,4 +9,4 @@ #define usbi_pipe pipe #define usbi_poll poll -#endif /* __LIBUSB_UNISTD_POSIX_H__ */ +#endif /* __LIBUSB_POLL_POSIX_H__ */ |