summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-netdev-veth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/libnetworkd-core/networkd-netdev-veth.c')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-netdev-veth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-netdev-veth.c b/src/grp-network/libnetworkd-core/networkd-netdev-veth.c
index 185b441c5a..b25d468aa4 100644
--- a/src/grp-network/libnetworkd-core/networkd-netdev-veth.c
+++ b/src/grp-network/libnetworkd-core/networkd-netdev-veth.c
@@ -17,10 +17,10 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <net/if.h>
#include <linux/veth.h>
+#include <net/if.h>
-#include <systemd/sd-netlink.h>
+#include "sd-netlink/sd-netlink.h"
#include "networkd-netdev-veth.h"