X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/c2875680bed4c2e6cf6b090cbc2aa287101ab6d0..2ac463bf7da8bafbcc48cc7e1dcf24770fb42aa1:/src/general.c diff --git a/src/general.c b/src/general.c index 71009f7..a54c439 100644 --- a/src/general.c +++ b/src/general.c @@ -22,7 +22,6 @@ */ #include -#include #include #include @@ -211,6 +210,7 @@ static const struct sinfo { SINFO( nomemory, "Out of memory" ), SINFO( unknownrrtype, "Query not implemented in DNS library" ), + SINFO( systemfail, "General resolver or system failure" ), SINFO( timeout, "DNS query timed out" ), SINFO( allservfail, "All nameservers failed" ),