Include the Linux ipv6.h header from netinet/in.h, to get things like in6_pktinfo.

Change-Id: I4a3c2035ff8e2846352345580756a1bdc2768ec4
This commit is contained in:
Steinar H. Gunderson 2011-01-20 00:25:22 +01:00
parent 3de0321690
commit bdca379412

View File

@ -32,6 +32,7 @@
#include <linux/socket.h>
#include <linux/in.h>
#include <linux/in6.h>
#include <linux/ipv6.h>
#include <netinet/in6.h>
__BEGIN_DECLS