浏览代码

fix typo introduced in poll.h

Rich Felker 12 年之前
父节点
当前提交
743546a933
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/poll.h

+ 1 - 1
include/poll.h

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