blob: c12afc7486c3f28a8e694c66d9ad0ba649027e77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- matchiprange.c.orig 2009-04-10 18:17:38.000000000 +0200
+++ matchiprange.c 2009-04-10 18:17:58.000000000 +0200
@@ -17,6 +17,7 @@
#include <fmt.h>
#include <ctype.h>
#include <ip6.h>
+#include <string.h>
char _buf[8192];
|