summaryrefslogtreecommitdiff
path: root/net/openbgpd/files/patch-bgpctl_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openbgpd/files/patch-bgpctl_parser.c')
-rw-r--r--net/openbgpd/files/patch-bgpctl_parser.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/openbgpd/files/patch-bgpctl_parser.c b/net/openbgpd/files/patch-bgpctl_parser.c
new file mode 100644
index 000000000000..1257dc8f4e13
--- /dev/null
+++ b/net/openbgpd/files/patch-bgpctl_parser.c
@@ -0,0 +1,12 @@
+--- bgpctl/parser.c.orig Mon Mar 20 11:57:05 2006
++++ bgpctl/parser.c Mon Mar 20 11:57:27 2006
+@@ -29,6 +29,9 @@
+
+ #include "parser.h"
+
++/* Ok, this is awful. */
++#include "strtonum.c"
++
+ enum token_type {
+ NOTOKEN,
+ ENDTOKEN,