summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2011-11-06 10:29:06 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2011-11-06 10:29:06 +0000
commit8f6d75849584a3086e46715a93f17d4194b1cb10 (patch)
tree2bc55a1c2f0919dc225477a8e5d5a17b9eb410a4 /usr.sbin/bgpd
parent29e70d0d2b7fe5f61fb7193f7ea2a8c59c5634a4 (diff)
Add a #include that's currently picked up via another header that's
violating namespace rules ok claudio@
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r--usr.sbin/bgpd/mrt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/mrt.c b/usr.sbin/bgpd/mrt.c
index d83325252ff..855e3f0b0cd 100644
--- a/usr.sbin/bgpd/mrt.c
+++ b/usr.sbin/bgpd/mrt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mrt.c,v 1.71 2011/09/17 16:29:44 claudio Exp $ */
+/* $OpenBSD: mrt.c,v 1.72 2011/11/06 10:29:05 guenther Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org>
@@ -21,6 +21,7 @@
#include <errno.h>
#include <fcntl.h>
+#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>