diff options
Diffstat (limited to 'testing/radvd/radvd-1.1-gnu-source.patch')
-rw-r--r-- | testing/radvd/radvd-1.1-gnu-source.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/radvd/radvd-1.1-gnu-source.patch b/testing/radvd/radvd-1.1-gnu-source.patch new file mode 100644 index 0000000000..fc0d883557 --- /dev/null +++ b/testing/radvd/radvd-1.1-gnu-source.patch @@ -0,0 +1,11 @@ +--- radvd-1.1.orig/includes.h 2007-10-25 21:29:40.000000000 +0200 ++++ radvd-1.1/includes.h 2008-06-14 12:30:25.000000000 +0200 +@@ -18,6 +18,8 @@ + + #include <config.h> + ++#define _GNU_SOURCE /* needed for struct in6_pktinfo */ ++ + #include <string.h> + #include <stdio.h> + #include <stdarg.h> |