فهرست منبع

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