diff options
Diffstat (limited to 'uuencode.c')
-rw-r--r-- | uuencode.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/uuencode.c b/uuencode.c index 5d93e0b61..6637d107a 100644 --- a/uuencode.c +++ b/uuencode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $ */ +/* $OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -28,6 +28,8 @@ #include "xmalloc.h" #include "uuencode.h" +#include <resolv.h> + RCSID("$OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $"); int |