fix typo introduced in poll.h

This commit is contained in:
Rich Felker 2012-09-09 16:27:26 -04:00
parent 141138c41b
commit 743546a933
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
extern "C" {
#endif
#incluce <features.h>
#include <features.h>
#define POLLIN 0x001
#define POLLPRI 0x002