From 743546a9339d3da4304fd63f74872e90ac792f63 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 9 Sep 2012 16:27:26 -0400 Subject: [PATCH] fix typo introduced in poll.h --- include/poll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1