[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130619180654.09e6a3e1@nehalam.linuxnetplumber.net>
Date: Wed, 19 Jun 2013 18:06:54 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: David Miller <davem@...emloft.net>,
Andrey Vagin <avagin@...nvz.org>
Cc: netdev@...r.kernel.org, Patrick McHardy <kaber@...sh.net>
Subject: [PATCH net] netlink: export netlink_diag.h header
The netlink_diag.h is in include/uapi/linux but not in the Kbuild necessary
to cause it to be exported by make headers_install.
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
--- a/include/uapi/linux/Kbuild 2013-06-19 18:02:51.629893272 -0700
+++ b/include/uapi/linux/Kbuild 2013-06-19 18:03:08.329669204 -0700
@@ -261,6 +261,7 @@ header-y += net_dropmon.h
header-y += net_tstamp.h
header-y += netconf.h
header-y += netdevice.h
+header-y += netlink_diag.h
header-y += netfilter.h
header-y += netfilter_arp.h
header-y += netfilter_bridge.h
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists