chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
85bb21f
)
Fix include error, pointed out by Chris Rutter.
author
mdw
<mdw>
Sat, 30 Oct 1999 11:28:39 +0000
(11:28 +0000)
committer
mdw
<mdw>
Sat, 30 Oct 1999 11:28:39 +0000
(11:28 +0000)
bres.c
patch
|
blob
|
blame
|
history
diff --git
a/bres.c
b/bres.c
index c48226222b773c8436cddc866a668b2cb466cab7..99bf051135d16d9fe76d343df84aeac3194f04aa 100644
(file)
--- a/
bres.c
+++ b/
bres.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-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
*
*
* Background reverse name resolution
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: bres.c,v $
/*----- 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'.
*
* Revision 1.1 1999/10/04 21:40:42 mdw
* Added background resolver from `fw'.
*
@@
-53,11
+56,10
@@
#include <arpa/inet.h>
#include <netdb.h>
#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 "bres.h"
+#include "report.h"
+#include "sel.h"
/*----- Magic numbers -----------------------------------------------------*/
/*----- Magic numbers -----------------------------------------------------*/