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/ntpd.h | |
parent | c1174506bc3ee3effa47838f01cc324ed29b6137 (diff) |
some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de>
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r-- | usr.sbin/ntpd/ntpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h index 06b0b3de37e..34f15511709 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.43 2004/11/10 11:47:28 henning Exp $ */ +/* $OpenBSD: ntpd.h,v 1.44 2004/11/12 17:24:52 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -20,6 +20,7 @@ #include <sys/uio.h> #include <sys/socket.h> #include <sys/queue.h> +#include <sys/time.h> #include <netinet/in.h> #include <netinet/in_systm.h> #include <netinet/ip.h> |