chiark / gitweb /
Support for 24-bit types.
[mLib] / bres.c
diff --git a/bres.c b/bres.c
index c48226222b773c8436cddc866a668b2cb466cab7..99bf051135d16d9fe76d343df84aeac3194f04aa 100644 (file)
--- 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'.
  *
 #include <arpa/inet.h>
 #include <netdb.h>
 
-#include <mLib/alloc.h>
-#include <mLib/report.h>
-#include <mLib/sel.h>
-
+#include "alloc.h"
 #include "bres.h"
+#include "report.h"
+#include "sel.h"
 
 /*----- Magic numbers -----------------------------------------------------*/