diff options
Diffstat (limited to 'mxget.c')
-rw-r--r-- | mxget.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ #include "config.h" #include "fetchmail.h" #include <stdio.h> -#ifdef HAVE_RES_SEARCH #include <string.h> +#ifdef HAVE_RES_SEARCH #ifdef HAVE_NET_SOCKET_H #include <net/socket.h> #endif |