diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | uuencode.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -116,6 +116,9 @@ | |||
116 | Move get_arg_max() into the ifdef HAVE_GLOB block so that it compiles | 116 | Move get_arg_max() into the ifdef HAVE_GLOB block so that it compiles |
117 | on OpenBSD (or other platforms with a decent glob implementation) with | 117 | on OpenBSD (or other platforms with a decent glob implementation) with |
118 | -Werror | 118 | -Werror |
119 | - (djm) [uuencode.c] | ||
120 | Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on | ||
121 | some platforms | ||
119 | 122 | ||
120 | 20060713 | 123 | 20060713 |
121 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h | 124 | - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h |
@@ -5034,4 +5037,4 @@ | |||
5034 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5037 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5035 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5038 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5036 | 5039 | ||
5037 | $Id: ChangeLog,v 1.4431 2006/07/24 04:55:47 djm Exp $ | 5040 | $Id: ChangeLog,v 1.4432 2006/07/24 04:58:07 djm Exp $ |
diff --git a/uuencode.c b/uuencode.c index b8dcaeae6..3128309cc 100644 --- a/uuencode.c +++ b/uuencode.c | |||
@@ -29,6 +29,8 @@ | |||
29 | 29 | ||
30 | #include <netinet/in.h> | 30 | #include <netinet/in.h> |
31 | 31 | ||
32 | #include <resolv.h> | ||
33 | |||
32 | #include "xmalloc.h" | 34 | #include "xmalloc.h" |
33 | #include "uuencode.h" | 35 | #include "uuencode.h" |
34 | 36 | ||