]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
Include <sys/socket.h> before checking for netlink
authorGuido Trotter <ultrotter@google.com>
Sun, 26 Jul 2009 15:44:12 +0000 (17:44 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Sun, 26 Jul 2009 15:44:12 +0000 (17:44 +0200)
commit90e0a869ac5f3a889487126568f1d3c7c34b7046
tree25a329bb5a83f06405f36c7f8d22671d237b0697
parent5c320b769229d713e84b02ed6b7ae1309ac31dbb
Include <sys/socket.h> before checking for netlink

With some versions of the compiler/headers linux/netlink.h won't compile
if sys/socket.h is defined before it.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: Guido Trotter <ultrotter@quaqua.net>
configure.ac