commit | d7e846ccd96e90301e966effa5ae046a054e6d03 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Jan 30 14:01:12 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 30 14:01:12 2009 +0100 |
tree | fe676bb0b3fcf65704a89bea6cff740f7373f605 | |
parent | 72a7aed5b685c782e57d7ccf661344f964cd6c3e [diff] [blame] |
configure: Include net/if.h to check for netinet headers on Solaris.
diff --git a/configure.ac b/configure.ac index fe71343..8b78efe 100644 --- a/configure.ac +++ b/configure.ac
@@ -408,6 +408,9 @@ #ifdef HAVE_NETINET_IN_SYSTM_H # include <netinet/in_systm.h> #endif + #ifdef HAVE_NET_IF_H + # include <net/if.h> + #endif #ifdef HAVE_NETINET_IP_H # include <netinet/ip.h> #endif])