[rbldnsd] [PATCH] fix compile on RH6
Bradley Baetz
bradley.baetz at optusnet.com.au
Mon Mar 29 03:47:55 MSD 2004
The attached patch fixes a compile problem on RH6, where struct tm can't
be found.
This extra include matches the select(2) manpage.
Thanks,
Bradley
-------------- next part --------------
--- rbldnsd.c.orig Mon Mar 29 08:25:44 2004
+++ rbldnsd.c Mon Mar 29 08:25:02 2004
@@ -4,6 +4,7 @@
#define _LARGEFILE64_SOURCE /* to define O_LARGEFILE if supported */
+#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
More information about the rbldnsd
mailing list