소스 검색

include stddef.h to get NULL definition.

Khem Raj 19 년 전
부모
커밋
530155cb27
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/sys/poll.h

+ 2 - 0
include/sys/poll.h

@@ -30,6 +30,8 @@
 /* Get the timespec definition.  */
 # define __need_timespec
 # include <time.h>
+/* get NULL definition. */
+# include <stddef.h>
 #endif