File netkit-routed-0.17-prototypes.patch of Package routed
--- routed/main.c +++ routed/main.c @@ -57,6 +57,7 @@ #include <syslog.h> #include <assert.h> #include <sys/utsname.h> +#include <time.h> #define BUFSPACE (127*1024) /* max. input buffer size to request */ --- routed/trace.c +++ routed/trace.c @@ -50,6 +50,7 @@ #include <syslog.h> #include <errno.h> #include "pathnames.h" +#include <time.h> #define NRECORDS 50 /* size of circular trace buffer */