summaryrefslogtreecommitdiff
path: root/libc/inet/gethostbyaddr_r.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-01-23 21:22:32 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-01-23 21:22:32 +0100
commit8df555e6f7c3f27c07ef0f45759b7f5a38fe67f9 (patch)
tree37d19fc0c020e0b72a9b0467c4a35d9c0a0cdc1c /libc/inet/gethostbyaddr_r.c
parent3266866d3545d9dcbff4ac5c97167078ddf6d888 (diff)
libc/inet: set path to resolver file via CPP
No objcode changes. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet/gethostbyaddr_r.c')
-rw-r--r--libc/inet/gethostbyaddr_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/gethostbyaddr_r.c b/libc/inet/gethostbyaddr_r.c
index 6235c82e1..6e27e6207 100644
--- a/libc/inet/gethostbyaddr_r.c
+++ b/libc/inet/gethostbyaddr_r.c
@@ -5,4 +5,4 @@
*/
#define L_gethostbyaddr_r
-#include "resolv.c"
+#include RESOLVER