X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/c734017077f26a0564a8e91366449dac23695065..abfa75ebd508f96cbc9d3ffee6d634e29435a5d1:/regress/hcommon.c diff --git a/regress/hcommon.c b/regress/hcommon.c index cd35309..4a6293a 100644 --- a/regress/hcommon.c +++ b/regress/hcommon.c @@ -1,6 +1,7 @@ #include #include #include +#include #include #include #include @@ -28,6 +29,7 @@ const struct Terrno Terrnos[]= { { "ECONNRESET", ECONNRESET }, { "ECONNREFUSED", ECONNREFUSED }, { "EPIPE", EPIPE }, + { "ENOTSOCK", ENOTSOCK }, { 0, 0 } }; static vbuf vbw;