From: Rich Felker Date: Sun, 9 Sep 2012 20:27:26 +0000 (-0400) Subject: fix typo introduced in poll.h X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=743546a9339d3da4304fd63f74872e90ac792f63 fix typo introduced in poll.h --- 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 +#include #define POLLIN 0x001 #define POLLPRI 0x002