diff options
Diffstat (limited to 'mxget.c')
-rw-r--r-- | mxget.c | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -9,11 +9,24 @@ #ifdef HAVE_RES_SEARCH #include <stdio.h> #include <string.h> +#ifdef HAVE_NET_SOCKET_H +#include <net/socket.h> +#endif #include <netdb.h> #include <sys/types.h> #include <netinet/in.h> + +#ifdef __BEOS__ +#include "beos/beos_nameser.h" +#endif + +#ifdef HAVE_ARPA_NAMESER_H #include <arpa/nameser.h> +#endif +#ifdef HAVE_RESOLV_H #include <resolv.h> +#endif + #include "mx.h" /* |