From 530155cb274b725f3c275b19c6dc6c5875ad9b60 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 1 Mar 2007 22:26:51 +0000 Subject: include stddef.h to get NULL definition. --- include/sys/poll.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sys/poll.h') diff --git a/include/sys/poll.h b/include/sys/poll.h index 4085b785e..70f0d3159 100644 --- a/include/sys/poll.h +++ b/include/sys/poll.h @@ -30,6 +30,8 @@ /* Get the timespec definition. */ # define __need_timespec # include +/* get NULL definition. */ +# include #endif -- cgit v1.2.3