summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-10-11 18:46:52 +0200
committerThomas Haller <thaller@redhat.com>2017-10-11 18:46:54 +0200
commit5ec23c3e67eba66e921c476dc652a1f36817463d (patch)
treebe93bc7e43d01a48a9293c8e42f785f920b3800b
parent5f905c32ef6ad3b7676fd5a00ef32fcacf542e7f (diff)
downloadNetworkManager-lr/ovs-5.tar.gz
fixup! libnm: add support for ovs-interface deviceslr/ovs-5
This ensures that nm-device-ovs-interface.h is self-contained -- aside from "nm-default.h", which can be relied on being first.
-rw-r--r--libnm/nm-device-ovs-interface.c3
1 files changed, 2 insertions, 1 deletions
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 <string.h>
-#include "nm-device-ovs-interface.h"
#include "nm-object-private.h"
#include "nm-setting-ovs-interface.h"
#include "nm-setting-ovs-port.h"