aboutsummaryrefslogtreecommitdiffstats
path: root/mxget.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-27 13:35:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-27 13:35:45 +0000
commite05fd1d8a7e5588008469746383f9e71bd1cbbfe (patch)
tree58947814754209fdf0c821ea7fff1afa2888c4f0 /mxget.c
parent6c1df37bf15ce8602bd8a997d89e21c6e21d8b0d (diff)
downloadfetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.tar.gz
fetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.tar.bz2
fetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.zip
Various minor fixes.
svn path=/trunk/; revision=1866
Diffstat (limited to 'mxget.c')
-rw-r--r--mxget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mxget.c b/mxget.c
index 82f958d9..64e88f78 100644
--- a/mxget.c
+++ b/mxget.c
@@ -8,6 +8,7 @@
#include "config.h"
#ifdef HAVE_RES_SEARCH
#include <stdio.h>
+#include <string.h>
#include <netdb.h>
#include <sys/types.h>
#include <netinet/in.h>