diff --git a/src/queue.c b/src/queue.c index 9781da5f..7a660dad 100644 --- a/src/queue.c +++ b/src/queue.c @@ -9,14 +9,15 @@ /* */ /***************************************************************/ +#include "config.h" +static char const RCSID[] = "$Id: queue.c,v 1.9 1998-05-10 02:46:43 dfs Exp $"; + /* Solaris needs this to get select() prototype */ #ifdef __sun__ #define __EXTENSIONS__ 1 +#undef _POSIX_SOURCE #endif -#include "config.h" -static char const RCSID[] = "$Id: queue.c,v 1.8 1998-05-10 01:29:12 dfs Exp $"; - /* We only want object code generated if we have queued reminders */ #ifdef HAVE_QUEUED #include