diff options
Diffstat (limited to 'lib/lwres/herror.c')
-rw-r--r-- | lib/lwres/herror.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/lwres/herror.c b/lib/lwres/herror.c index 9a6f5d8c..f31d61b8 100644 --- a/lib/lwres/herror.c +++ b/lib/lwres/herror.c @@ -50,9 +50,11 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: herror.c,v 1.2 2000/02/03 21:54:10 marka Exp $"; +static const char rcsid[] = "$Id: herror.c,v 1.3 2000/04/28 02:08:14 tale Exp $"; #endif /* LIBC_SCCS and not lint */ +#include <config.h> + #include <stdio.h> #include <lwres/netdb.h> |