Kaynağa Gözat

include stddef.h to get NULL definition.

Khem Raj 19 yıl önce
ebeveyn
işleme
530155cb27
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      include/sys/poll.h

+ 2 - 0
include/sys/poll.h

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