- (djm) [uuencode.c]
   Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on
   some platforms
diff --git a/uuencode.c b/uuencode.c
index b8dcaea..3128309 100644
--- a/uuencode.c
+++ b/uuencode.c
@@ -29,6 +29,8 @@
 
 #include <netinet/in.h>
 
+#include <resolv.h>
+
 #include "xmalloc.h"
 #include "uuencode.h"