Mercurial > dnsbl
comparison src/includes.h @ 430:69d33c034a8e stable-6-0-62
include arpa/nameser.h earlier
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 03 Oct 2017 09:59:54 -0700 |
parents | c378e9d03f37 |
children | f9165d9aa689 |
comparison
equal
deleted
inserted
replaced
429:502f66414ab8 | 430:69d33c034a8e |
---|---|
23 #include <string.h> | 23 #include <string.h> |
24 #include <stdlib.h> | 24 #include <stdlib.h> |
25 #include <stdio.h> | 25 #include <stdio.h> |
26 #include <string> | 26 #include <string> |
27 #include <stdint.h> | 27 #include <stdint.h> |
28 #include <arpa/nameser.h> | |
28 | 29 |
29 #include "tokenizer.h" | 30 #include "tokenizer.h" |
30 #include "context.h" | 31 #include "context.h" |
31 #include "dnsbl.h" | 32 #include "dnsbl.h" |
32 #include "scanner.h" | 33 #include "scanner.h" |