network: fix wrong include of source file "ether-addr-util.c" (#3402)

Fixes: 9ed8b06c9b
This commit is contained in:
Thomas Haller
2016-05-31 13:00:54 +02:00
committed by Lennart Poettering
parent b76e4ebe10
commit aa31ce1812

View 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"