From 50704634080bb653e899ff4a1d730968fb731398 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 20 Dec 2013 01:34:57 +0100 Subject: Get rid of compiler warning make_python_address_from_rtnl_addr() referenced an undefined struct without netlink/route/addr.h included. Signed-off-by: David Sommerseth --- python-ethtool/etherinfo_struct.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python-ethtool') diff --git a/python-ethtool/etherinfo_struct.h b/python-ethtool/etherinfo_struct.h index bc681bc..ffa6254 100644 --- a/python-ethtool/etherinfo_struct.h +++ b/python-ethtool/etherinfo_struct.h @@ -26,6 +26,8 @@ #ifndef _ETHERINFO_STRUCT_H #define _ETHERINFO_STRUCT_H +#include + /** * Contains IP address information about a particular ethernet device * -- cgit