aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r--lib/if2ip.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c
index 479428f80..f2631a7ba 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.c
@@ -33,9 +33,13 @@
#include "if2ip.h"
+/*
+ * This test can probably be simplified to #if defined(SIOCGIFADDR) and
+ * moved after the following includes.
+ */
#if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN__) && \
!defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE) && \
- !defined(_AMIGASF)
+ !defined(_AMIGASF) && !defined(_MINIX)
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>