From: Markus Chou Date: Sat, 6 Jul 2013 17:01:10 +0000 (+0800) Subject: fix building on osx X-Git-Tag: v0.86~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18%2Fhead;p=thirdparty%2Fmtr.git fix building on osx On Linux, they use 'BIND_4_COMPAT' and #include in On OSX, if 'BIND_8_COMPAT' is #defined, is #included in --- diff --git a/asn.c b/asn.c index f384f19..eac8d5e 100644 --- a/asn.c +++ b/asn.c @@ -21,7 +21,7 @@ #include #include -#ifndef __APPLE__ +#ifdef __APPLE__ #define BIND_8_COMPAT #endif #include