diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-09-09 16:27:26 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-09-09 16:27:26 -0400 |
commit | 743546a9339d3da4304fd63f74872e90ac792f63 (patch) | |
tree | a11e169d51a349def3e135fd09ffa694c9debb48 /include/poll.h | |
parent | 141138c41b5b1cbb74c61690c9b6dbacce4e1983 (diff) | |
download | musl-743546a9339d3da4304fd63f74872e90ac792f63.tar.gz musl-743546a9339d3da4304fd63f74872e90ac792f63.tar.xz musl-743546a9339d3da4304fd63f74872e90ac792f63.zip |
fix typo introduced in poll.h
Diffstat (limited to 'include/poll.h')
-rw-r--r-- | include/poll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poll.h b/include/poll.h index ace3f3aa..f0e68b2f 100644 --- a/include/poll.h +++ b/include/poll.h @@ -5,7 +5,7 @@ extern "C" { #endif -#incluce <features.h> +#include <features.h> #define POLLIN 0x001 #define POLLPRI 0x002 |