Module Name:    src
Committed By:   christos
Date:           Tue Jan 10 21:07:18 UTC 2017

Modified Files:
        src/usr.sbin/rtadvd: rtadvd_hostops.c

Log Message:
need <time.h> for clock_gettime


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/rtadvd/rtadvd_hostops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/rtadvd/rtadvd_hostops.c
diff -u src/usr.sbin/rtadvd/rtadvd_hostops.c:1.1 src/usr.sbin/rtadvd/rtadvd_hostops.c:1.2
--- src/usr.sbin/rtadvd/rtadvd_hostops.c:1.1	Wed Nov 11 02:49:59 2015
+++ src/usr.sbin/rtadvd/rtadvd_hostops.c	Tue Jan 10 16:07:17 2017
@@ -8,6 +8,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <time.h>
 
 #include "prog_ops.h"
 

Reply via email to