From: Roy Marples Date: Wed, 18 Mar 2009 21:16:33 +0000 (+0000) Subject: Fix compile on DragonFly. X-Git-Tag: v5.0.0~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=194b1fcb081f274e5759158267bf930f1bf57708;p=thirdparty%2Fdhcpcd.git Fix compile on DragonFly. Thanks to Hasso Tepper. --- diff --git a/if-bsd.c b/if-bsd.c index 542ed6c6..8d5529ca 100644 --- a/if-bsd.c +++ b/if-bsd.c @@ -38,7 +38,11 @@ #include #include #include -#include +#ifdef __DragonFly__ +# include +#else +# include +#endif #include #include