fix typo introduced in poll.h
authorRich Felker <dalias@aerifal.cx>
Sun, 9 Sep 2012 20:27:26 +0000 (16:27 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 9 Sep 2012 20:27:26 +0000 (16:27 -0400)
include/poll.h

index ace3f3a..f0e68b2 100644 (file)
@@ -5,7 +5,7 @@
 extern "C" {
 #endif
 
-#incluce <features.h>
+#include <features.h>
 
 #define POLLIN     0x001
 #define POLLPRI    0x002