]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: fix wrong include of source file "ether-addr-util.c" (#3402)
authorThomas Haller <thaller@redhat.com>
Tue, 31 May 2016 11:00:54 +0000 (13:00 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 31 May 2016 11:00:54 +0000 (13:00 +0200)
Fixes: 9ed8b06c9be4a5efae432d5cf4b1c47d03e6f107
src/libsystemd-network/network-internal.c

index 046b0f939347df901293ab2a1ba415260eaea4af..bfaa75880bfc51c9496aefc3a3da019fb4b1a60d 100644 (file)
@@ -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"