summaryrefslogtreecommitdiff
path: root/uuencode.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:58:07 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:58:07 +1000
commit874bc4883206d253640cb1a9704c5a1161093bcb (patch)
tree85541a86c38c973192f8b2e92a3af68f147f918c /uuencode.c
parent8b373baf13f9bec712ad01a0242241bc6529f5f4 (diff)
- (djm) [uuencode.c]
Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on some platforms
Diffstat (limited to 'uuencode.c')
-rw-r--r--uuencode.c2
1 files changed, 2 insertions, 0 deletions
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