chiark / gitweb /
Fix include error, pointed out by Chris Rutter.
[mLib] / bres.h
diff --git a/bres.h b/bres.h
index 451f0fd840cfdfc9f3416511c66c06b5e7c36096..435af26c9014a4675718804c5c00add0b5067737 100644 (file)
--- a/bres.h
+++ b/bres.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: bres.h,v 1.1 1999/10/04 21:40:42 mdw Exp $
+ * $Id: bres.h,v 1.2 1999/10/30 11:56:21 mdw Exp $
  *
  * Background reverse name resolution
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: bres.h,v $
+ * Revision 1.2  1999/10/30 11:56:21  mdw
+ * Fix include error, pointed out by Chris Rutter.
+ *
  * Revision 1.1  1999/10/04 21:40:42  mdw
  * Added background resolver from `fw'.
  *
@@ -51,8 +54,8 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 
-#include <mLib/sel.h>
-#include <mLib/selbuf.h>
+#include "sel.h"
+#include "selbuf.h"
 
 /*----- Data structures ---------------------------------------------------*/