From 685dc9cf77612e4ef746fa1247a612c8696f1dfd Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 12 Aug 1997 00:32:55 +0000 Subject: [PATCH] sys/select.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2935 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/push/push_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appl/push/push_locl.h b/appl/push/push_locl.h index d9034bc8e..9ad30126d 100644 --- a/appl/push/push_locl.h +++ b/appl/push/push_locl.h @@ -57,6 +57,9 @@ #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif #ifdef HAVE_UNISTD_H #include #endif