From b89628e731746fe8560471179920ee2bd19443cb Mon Sep 17 00:00:00 2001 From: henning <> Date: Fri, 12 Nov 2004 17:24:52 +0000 Subject: [PATCH] some missing includes, from Joerg Sonnenberger --- src/usr.sbin/ntpd/ntp.c | 3 ++- src/usr.sbin/ntpd/ntpd.h | 3 ++- src/usr.sbin/ntpd/util.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/usr.sbin/ntpd/ntp.c b/src/usr.sbin/ntpd/ntp.c index 6b814af5..266e0b7c 100644 --- a/src/usr.sbin/ntpd/ntp.c +++ b/src/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 @@ -27,6 +27,7 @@ #include #include #include +#include #include #include "ntpd.h" diff --git a/src/usr.sbin/ntpd/ntpd.h b/src/usr.sbin/ntpd/ntpd.h index 06b0b3de..34f15511 100644 --- a/src/usr.sbin/ntpd/ntpd.h +++ b/src/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 @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include diff --git a/src/usr.sbin/ntpd/util.c b/src/usr.sbin/ntpd/util.c index 5749c830..ac980de5 100644 --- a/src/usr.sbin/ntpd/util.c +++ b/src/usr.sbin/ntpd/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.8 2004/07/10 22:24:20 alexander Exp $ */ +/* $OpenBSD: util.c,v 1.9 2004/11/12 17:24:52 henning Exp $ */ /* * Copyright (c) 2004 Alexander Guy @@ -17,6 +17,7 @@ */ #include +#include #include "ntpd.h"