X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/c734017077f26a0564a8e91366449dac23695065..cebf6f2bc03f8c80a41e762b0940ad301dfc7a2b:/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;