Mercurial > dnsbl
diff src/includes.h @ 214:82886d4dd71f stable-6-0-19
Fixes to compile on Fedora 9 and for const correctness.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 10 Jun 2008 08:58:42 -0700 |
parents | a4d313c2460b |
children | b2a7ca398712 |
line wrap: on
line diff
--- a/src/includes.h Wed Apr 30 13:11:32 2008 -0700 +++ b/src/includes.h Tue Jun 10 08:58:42 2008 -0700 @@ -15,6 +15,15 @@ #include "config.h" #endif +#include <map> +#include <list> +#include <set> +#include <fstream> +#include <regex.h> +#include <string.h> +#include <stdlib.h> +#include <string> + #include "tokenizer.h" #include "context.h" #include "dnsbl.h"