소스 검색

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