Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/rtadvd need <time.h> for clock_gettime



details:   https://anonhg.NetBSD.org/src/rev/386cdfa29da7
branches:  trunk
changeset: 350374:386cdfa29da7
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 21:07:17 2017 +0000

description:
need <time.h> for clock_gettime

diffstat:

 usr.sbin/rtadvd/rtadvd_hostops.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r d98aa78e3dd6 -r 386cdfa29da7 usr.sbin/rtadvd/rtadvd_hostops.c
--- a/usr.sbin/rtadvd/rtadvd_hostops.c  Tue Jan 10 21:04:06 2017 +0000
+++ b/usr.sbin/rtadvd/rtadvd_hostops.c  Tue Jan 10 21:07:17 2017 +0000
@@ -8,6 +8,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <time.h>
 
 #include "prog_ops.h"
 



Home | Main Index | Thread Index | Old Index