summaryrefslogtreecommitdiff
path: root/libc/inet/resolv.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-11 01:20:50 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-11 01:20:50 +0000
commitdc7f2e1bf0dc6ab6bec1d531026fb39271287711 (patch)
tree4d665da55e40f6a14cd992e67b3ecbd5cd783e86 /libc/inet/resolv.c
parent91102e0dece0d33acf56a579dcab84b043f08c8b (diff)
Fix up a few messes so it compiles cleanly again.
Diffstat (limited to 'libc/inet/resolv.c')
-rw-r--r--libc/inet/resolv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c
index 7b367ed4c..718d71a0d 100644
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
@@ -12,6 +12,7 @@
#include <string.h>
#include <stdio.h>
#include <signal.h>
+#include <errno.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>