From 5ec23c3e67eba66e921c476dc652a1f36817463d Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 11 Oct 2017 18:46:52 +0200 Subject: fixup! libnm: add support for ovs-interface devices This ensures that nm-device-ovs-interface.h is self-contained -- aside from "nm-default.h", which can be relied on being first. --- libnm/nm-device-ovs-interface.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libnm/nm-device-ovs-interface.c b/libnm/nm-device-ovs-interface.c index df0d33b340..0967394e5b 100644 --- a/libnm/nm-device-ovs-interface.c +++ b/libnm/nm-device-ovs-interface.c @@ -19,9 +19,10 @@ #include "nm-default.h" +#include "nm-device-ovs-interface.h" + #include -#include "nm-device-ovs-interface.h" #include "nm-object-private.h" #include "nm-setting-ovs-interface.h" #include "nm-setting-ovs-port.h" -- cgit v1.2.1