ports/net/openbgpd/files/patch-bgpctl_parser.c
Florent Thoumie a18d1d540b Update openbgpd to 3.9.
Reminded by:	osa
2006-05-25 11:09:27 +00:00

12 lines
231 B
C

--- 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,