ethtool: add missing include necessary for CentOS5

pull/1034/head
Victor Julien 11 years ago
parent 405baa3cb2
commit f06e5f3c73

@ -29,6 +29,7 @@
#endif
#ifdef HAVE_LINUX_ETHTOOL_H
#include <linux/types.h>
#include <linux/ethtool.h>
#ifdef HAVE_LINUX_SOCKIOS_H
#include <linux/sockios.h>

Loading…
Cancel
Save