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 | |
| parent | add linux ppoll syscall wrapper (diff) | |
| download | grovel-743546a9339d3da4304fd63f74872e90ac792f63.tar.gz grovel-743546a9339d3da4304fd63f74872e90ac792f63.tar.xz | |
fix typo introduced in 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 |
