summaryrefslogtreecommitdiff
path: root/src/grp-udev/libudev-core/net/ethtool-util.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
commite1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch)
treebd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/grp-udev/libudev-core/net/ethtool-util.c
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
Diffstat (limited to 'src/grp-udev/libudev-core/net/ethtool-util.c')
-rw-r--r--src/grp-udev/libudev-core/net/ethtool-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-udev/libudev-core/net/ethtool-util.c b/src/grp-udev/libudev-core/net/ethtool-util.c
index 2b5ba10ae2..09a3517444 100644
--- a/src/grp-udev/libudev-core/net/ethtool-util.c
+++ b/src/grp-udev/libudev-core/net/ethtool-util.c
@@ -22,7 +22,7 @@
#include <linux/ethtool.h>
#include <linux/sockios.h>
-#include "conf-parser.h"
+#include "shared/conf-parser.h"
#include "ethtool-util.h"
#include "basic/log.h"
#include "basic/string-table.h"