12 lines
321 B
Diff
12 lines
321 B
Diff
|
--- a/src/include/iface.h
|
||
|
+++ b/src/include/iface.h
|
||
|
@@ -36,7 +36,7 @@
|
||
|
/*A temporary and *dirty* fix against bad headers
|
||
|
on some system (<linux/ipv6.h> conflicting with <netinet/in.h>)...*/
|
||
|
#include <linux/types.h>
|
||
|
-#include <linux/in6.h>
|
||
|
+/*#include <linux/in6.h>*/
|
||
|
struct in6_ifreq
|
||
|
{
|
||
|
struct in6_addr ifr6_addr;
|