]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-netdev-ipvlan.c
util-lib: move string table stuff into its own string-table.[ch]
[thirdparty/systemd.git] / src / network / networkd-netdev-ipvlan.c
index fb0aed0dcbcc7dfc8fcb6e419ffe7055f3dbbf0e..27cb7d1bf012da15f4921793329436f80ea04ff8 100644 (file)
@@ -21,8 +21,9 @@
 
 #include <net/if.h>
 
-#include "networkd-netdev-ipvlan.h"
 #include "conf-parser.h"
+#include "networkd-netdev-ipvlan.h"
+#include "string-table.h"
 
 static const char* const ipvlan_mode_table[_NETDEV_IPVLAN_MODE_MAX] = {
         [NETDEV_IPVLAN_MODE_L2] = "L2",