diff options
Diffstat (limited to 'net/openbgpd/files/patch-bgpd_printconf.c')
-rw-r--r-- | net/openbgpd/files/patch-bgpd_printconf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpd_printconf.c b/net/openbgpd/files/patch-bgpd_printconf.c new file mode 100644 index 000000000000..13c49d806fbc --- /dev/null +++ b/net/openbgpd/files/patch-bgpd_printconf.c @@ -0,0 +1,11 @@ +--- bgpd/printconf.c 2008-03-18 15:24:06.000000000 +0100 ++++ bgpd/printconf.c 2008-03-18 13:27:29.000000000 +0100 +@@ -24,6 +24,8 @@ + #include "mrt.h" + #include "session.h" + ++#include <limits.h> ++ + void print_op(enum comp_ops); + void print_community(int, int); + void print_set(struct filter_set_head *); |