about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-09-09 16:27:26 -0400
committerRich Felker <dalias@aerifal.cx>2012-09-09 16:27:26 -0400
commit743546a9339d3da4304fd63f74872e90ac792f63 (patch)
treea11e169d51a349def3e135fd09ffa694c9debb48
parent141138c41b5b1cbb74c61690c9b6dbacce4e1983 (diff)
downloadmusl-743546a9339d3da4304fd63f74872e90ac792f63.tar.gz
musl-743546a9339d3da4304fd63f74872e90ac792f63.tar.xz
musl-743546a9339d3da4304fd63f74872e90ac792f63.zip
fix typo introduced in poll.h
-rw-r--r--include/poll.h2
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