diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-12 17:24:53 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-12 17:24:53 +0000 |
commit | 1b0f3b018bbb181171539c01dbbf11a69e2de9b3 (patch) | |
tree | ea16faa711b3866b116d96fe19d8b16ba9c04322 /usr.sbin/ntpd/ntp.c | |
parent | c1174506bc3ee3effa47838f01cc324ed29b6137 (diff) |
some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de>
Diffstat (limited to 'usr.sbin/ntpd/ntp.c')
-rw-r--r-- | usr.sbin/ntpd/ntp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ntpd/ntp.c b/usr.sbin/ntpd/ntp.c index 6b814af526c..266e0b7cbd2 100644 --- a/usr.sbin/ntpd/ntp.c +++ b/usr.sbin/ntpd/ntp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntp.c,v 1.41 2004/11/10 11:47:28 henning Exp $ */ +/* $OpenBSD: ntp.c,v 1.42 2004/11/12 17:24:52 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -27,6 +27,7 @@ #include <signal.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <unistd.h> #include "ntpd.h" |