summaryrefslogtreecommitdiff
path: root/ipl/cfuncs/fpoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipl/cfuncs/fpoll.c')
-rw-r--r--ipl/cfuncs/fpoll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipl/cfuncs/fpoll.c b/ipl/cfuncs/fpoll.c
index f209e0d..9230e18 100644
--- a/ipl/cfuncs/fpoll.c
+++ b/ipl/cfuncs/fpoll.c
@@ -7,7 +7,7 @@
#
# Author: Gregg M. Townsend
#
-# Date: November 27, 2001
+# Date: October 27, 2009
#
############################################################################
#
@@ -29,6 +29,7 @@
*/
#include <stdio.h>
+#include <string.h> /* for memset call from FD_ZERO (solaris gcc) */
#include <sys/types.h>
#include <sys/time.h>