diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-09 19:44:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-09 19:44:19 +0000 |
commit | 4012a20d6902b7a5f8c8f497604a3ef342f156d7 (patch) | |
tree | e6c447e58cef06a1aa1b5e7736cd0de3973c54fe /usr.sbin | |
parent | 19d9bccee669af1b3d9e02e09bb1cb1287c29fda (diff) |
make lint a wee bit happier
Diffstat (limited to 'usr.sbin')
-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 c76d62b06fd..beca1d238d1 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.19 2004/07/09 10:53:33 henning Exp $ */ +/* $OpenBSD: ntpd.h,v 1.20 2004/07/09 19:44:18 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -17,6 +17,7 @@ */ #include <sys/types.h> +#include <sys/uio.h> #include <sys/socket.h> #include <sys/queue.h> #include <netinet/in.h> |