View | Details | Raw Unified | Return to bug 152860
Collapse All | Expand All

(-)/usr/ports/net/quagga/files/patch-configure.ac (-2 / +2 lines)
Lines 23-30 Link Here
23
 [#if HAVE_NET_IF_H
23
 [#if HAVE_NET_IF_H
24
 # include <net/if.h>
24
 # include <net/if.h>
25
 #endif
25
 #endif
26
+#if HAVE_NETINET_IN_VAR_H
26
+#if HAVE_NET_IF_VAR_H
27
+# include <netinet/in_var.h>
27
+# include <net/if_var.h>
28
+#endif
28
+#endif
29
 #if HAVE_SYS_UN_H
29
 #if HAVE_SYS_UN_H
30
 # include <sys/un.h>
30
 # include <sys/un.h>

Return to bug 152860