summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-05-31 13:00:54 +0200
committerLennart Poettering <lennart@poettering.net>2016-05-31 13:00:54 +0200
commitaa31ce181268bb577f58684ca3ef342700000ddf (patch)
treecbfdab008e207320a5bcfcc82d0640a8c571f609 /src/libsystemd-network
parentb76e4ebe1065ba56ab02b2356bf7680f54846aca (diff)
network: fix wrong include of source file "ether-addr-util.c" (#3402)
Fixes: 9ed8b06c9be4a5efae432d5cf4b1c47d03e6f107
Diffstat (limited to 'src/libsystemd-network')
-rw-r--r--src/libsystemd-network/network-internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/network-internal.c b/src/libsystemd-network/network-internal.c
index 046b0f9393..bfaa75880b 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"