[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 03/11] pfinet: add missing include
From: |
Justus Winter |
Subject: |
[PATCH 03/11] pfinet: add missing include |
Date: |
Thu, 22 May 2014 22:13:25 +0200 |
* pfinet/linux-src/include/net/addrconf.h: Include ipv6.h.
---
pfinet/linux-src/include/net/addrconf.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pfinet/linux-src/include/net/addrconf.h
b/pfinet/linux-src/include/net/addrconf.h
index d711d0d..4b27077 100644
--- a/pfinet/linux-src/include/net/addrconf.h
+++ b/pfinet/linux-src/include/net/addrconf.h
@@ -1,6 +1,8 @@
#ifndef _ADDRCONF_H
#define _ADDRCONF_H
+#include "ipv6.h"
+
#define RETRANS_TIMER HZ
#define MAX_RTR_SOLICITATIONS 3
--
2.0.0.rc2
- [PATCH 01/11] include: install refcount.h, Justus Winter, 2014/05/22
- [PATCH 02/11] exec: add missing includes, Justus Winter, 2014/05/22
- [PATCH 07/11] Avoid compiler warning about empty bodies, Justus Winter, 2014/05/22
- [PATCH 09/11] libnetfs: add netfs_make_node_alloc to allocate fat nodes, Justus Winter, 2014/05/22
- [PATCH 03/11] pfinet: add missing include,
Justus Winter <=
- [PATCH 05/11] libdiskfs: fix type of dir_cache_id, node_cache_id, Justus Winter, 2014/05/22
- [PATCH 06/11] libstore: provide function declaration until available upstream, Justus Winter, 2014/05/22
- [PATCH 08/11] libdiskfs: add diskfs_make_node_alloc to allocate fat nodes, Justus Winter, 2014/05/22