diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-01-09 14:46:20 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-01-09 14:46:20 +0000 |
commit | 4976dcef4fe65e4796d46220bd45df0bf00f583c (patch) | |
tree | 49841c16c739c6e30a9fb417f9e1f1c81617b00a | |
parent | 2e296694c0d7ed968d262aeca4c713117c312148 (diff) | |
download | fetchmail-4976dcef4fe65e4796d46220bd45df0bf00f583c.tar.gz fetchmail-4976dcef4fe65e4796d46220bd45df0bf00f583c.tar.bz2 fetchmail-4976dcef4fe65e4796d46220bd45df0bf00f583c.zip |
Fix 'make check' build error on -DSTANDALONE mxget.c on some systems.
svn path=/branches/BRANCH_6-3/; revision=4616
-rw-r--r-- | mxget.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,8 +6,8 @@ */ #include "config.h" -#ifdef HAVE_RES_SEARCH #include <stdio.h> +#ifdef HAVE_RES_SEARCH #include <string.h> #ifdef HAVE_NET_SOCKET_H #include <net/socket.h> |