blob: 3e43ee92d9343182e8c80150bea0003cc7e1dda1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- rate_abusers.c.orig 2003-08-20 15:42:14 UTC
+++ rate_abusers.c
@@ -33,6 +33,7 @@
#include <time.h>
#include <pcap.h>
#include "lib.h"
+#include "dns.h"
#ifdef HAVE_REGEX
#include <regex.h>
#endif
|