mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-28 15:02:04 +01:00
12 lines
291 B
Diff
12 lines
291 B
Diff
--- 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>
|