From dd2605850deb7bff8faeb661fdf1035cdb11dad0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 15 Oct 2009 03:40:44 +0200 Subject: Fixes for old MacOS X Change a few things a suggested in to make things work out-of-the-box on old MacOS X. https://bugzilla.gnome.org/show_bug.cgi?id=580301 http://bugzilla-attachments.gnome.org/attachment.cgi?id=133452 --- libasyncns/asyncns.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libasyncns/asyncns.c b/libasyncns/asyncns.c index 0161400..3fa8b49 100644 --- a/libasyncns/asyncns.c +++ b/libasyncns/asyncns.c @@ -40,10 +40,9 @@ #include #include #include - -#if HAVE_ARPA_NAMESER_COMPAT_H -#include -#endif +#include +#include +#include #ifdef HAVE_SYS_PRCTL_H #include -- cgit