From 194b1fcb081f274e5759158267bf930f1bf57708 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 18 Mar 2009 21:16:33 +0000 Subject: Fix compile on DragonFly. Thanks to Hasso Tepper. --- if-bsd.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3