blob: d0a16c936ffa8a67d9894cb3c1336c466db5d835 (
plain) (
tree)
|
|
--- ./rwhod/rwhod.c.orig Sun Feb 25 18:18:33 2001
+++ ./rwhod/rwhod.c Sun Feb 25 18:19:05 2001
@@ -51,6 +51,7 @@
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/ip.h>
+#include <time.h>
#ifndef __linux__
#include <nlist.h>
|