blob: 42b24339cb1480faf0988be9e9868ca7b0f31ea3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/gethost.c.orig 2003-05-16 20:13:20 UTC
+++ src/gethost.c
@@ -21,6 +21,8 @@
/* Yee ole includes (I put this all in one file for my sanity) */
#include "includes.h"
+char lt_host[LSIZE];
+
#ifndef NO_RESOLVER
/* var's for gethostbyaddr() stuff */
extern int h_errno;
|