mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
networkd: fix build
This commit is contained in:
@@ -212,6 +212,7 @@ AM_CPPFLAGS = \
|
||||
-I $(top_srcdir)/src/libsystemd/sd-bus \
|
||||
-I $(top_srcdir)/src/libsystemd/sd-event \
|
||||
-I $(top_srcdir)/src/libsystemd/sd-rtnl \
|
||||
-I $(top_srcdir)/src/libsystemd/sd-network \
|
||||
-I $(top_srcdir)/src/libsystemd-network \
|
||||
-I $(top_srcdir)/src/libsystemd-terminal \
|
||||
$(OUR_CPPFLAGS)
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#include "network-internal.h"
|
||||
#include "conf-parser.h"
|
||||
|
||||
#include "network-util.h"
|
||||
#include "dhcp-lease-internal.h"
|
||||
|
||||
static int link_new(Manager *manager, sd_rtnl_message *message, Link **ret) {
|
||||
|
||||
Reference in New Issue
Block a user