X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/a759efa6dcc67b035726a4428157c35627653966..300a63912783f039c4df8be05542ce97786c3660:/bres.c diff --git a/bres.c b/bres.c index c482262..99bf051 100644 --- a/bres.c +++ b/bres.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: bres.c,v 1.1 1999/10/04 21:40:42 mdw Exp $ + * $Id: bres.c,v 1.2 1999/10/30 11:28:39 mdw Exp $ * * Background reverse name resolution * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: bres.c,v $ + * Revision 1.2 1999/10/30 11:28:39 mdw + * Fix include error, pointed out by Chris Rutter. + * * Revision 1.1 1999/10/04 21:40:42 mdw * Added background resolver from `fw'. * @@ -53,11 +56,10 @@ #include #include -#include -#include -#include - +#include "alloc.h" #include "bres.h" +#include "report.h" +#include "sel.h" /*----- Magic numbers -----------------------------------------------------*/