summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-netdev-vxlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/libnetworkd-core/networkd-netdev-vxlan.h')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-netdev-vxlan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-netdev-vxlan.h b/src/grp-network/libnetworkd-core/networkd-netdev-vxlan.h
index 6e8393145e..7950c867e3 100644
--- a/src/grp-network/libnetworkd-core/networkd-netdev-vxlan.h
+++ b/src/grp-network/libnetworkd-core/networkd-netdev-vxlan.h
@@ -19,10 +19,10 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-typedef struct VxLan VxLan;
-
#include "basic/in-addr-util.h"
+typedef struct VxLan VxLan;
+
#include "networkd-netdev.h"
#define VXLAN_VID_MAX (1u << 24) - 1