Просмотр исходного кода

include stddef.h to get NULL definition.

Khem Raj 19 лет назад
Родитель
Сommit
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