瀏覽代碼

include stddef.h to get NULL definition.

Khem Raj 17 年之前
父節點
當前提交
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