From: Thomas Haller Date: Tue, 31 May 2016 11:00:54 +0000 (+0200) Subject: network: fix wrong include of source file "ether-addr-util.c" (#3402) X-Git-Tag: v231~234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa31ce181268bb577f58684ca3ef342700000ddf;p=platform%2Fupstream%2Fsystemd.git network: fix wrong include of source file "ether-addr-util.c" (#3402) Fixes: 9ed8b06c9be4a5efae432d5cf4b1c47d03e6f107 --- diff --git a/src/libsystemd-network/network-internal.c b/src/libsystemd-network/network-internal.c index 046b0f9..bfaa758 100644 --- a/src/libsystemd-network/network-internal.c +++ b/src/libsystemd-network/network-internal.c @@ -27,7 +27,7 @@ #include "condition.h" #include "conf-parser.h" #include "dhcp-lease-internal.h" -#include "ether-addr-util.c" +#include "ether-addr-util.h" #include "hexdecoct.h" #include "log.h" #include "network-internal.h"