diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-11-06 10:29:06 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-11-06 10:29:06 +0000 |
commit | 8f6d75849584a3086e46715a93f17d4194b1cb10 (patch) | |
tree | 2bc55a1c2f0919dc225477a8e5d5a17b9eb410a4 /usr.sbin/ospf6d/rde.c | |
parent | 29e70d0d2b7fe5f61fb7193f7ea2a8c59c5634a4 (diff) |
Add a #include that's currently picked up via another header that's
violating namespace rules
ok claudio@
Diffstat (limited to 'usr.sbin/ospf6d/rde.c')
-rw-r--r-- | usr.sbin/ospf6d/rde.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospf6d/rde.c b/usr.sbin/ospf6d/rde.c index cee9a87c753..14c69bd8177 100644 --- a/usr.sbin/ospf6d/rde.c +++ b/usr.sbin/ospf6d/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.58 2011/07/07 17:10:48 claudio Exp $ */ +/* $OpenBSD: rde.c,v 1.59 2011/11/06 10:29:05 guenther Exp $ */ /* * Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org> @@ -18,6 +18,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/param.h> /* for MIN() */ #include <sys/types.h> #include <sys/socket.h> #include <sys/queue.h> |