diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2004-10-14 09:35:49 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2004-10-14 09:35:49 +0000 |
commit | 96b74c54bf150f0e647296c3003a012c8e3e4672 (patch) | |
tree | 9e916b9d621fe6c2fe6424fb68541015b9e25d04 /usr.sbin/ntpd/ntpd.h | |
parent | 847f96280d44d4c3000df1dffb562acaceb5a588 (diff) |
Have ntpd use IPTOS_LOWDELAY; ok henning@
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r-- | usr.sbin/ntpd/ntpd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h index ac4cb360b91..0102f4c1bb9 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.39 2004/09/18 20:27:57 henning Exp $ */ +/* $OpenBSD: ntpd.h,v 1.40 2004/10/14 09:35:48 dtucker Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -21,6 +21,8 @@ #include <sys/socket.h> #include <sys/queue.h> #include <netinet/in.h> +#include <netinet/in_systm.h> +#include <netinet/ip.h> #include <arpa/inet.h> #include <netdb.h> #include <stdarg.h> |