flow: Increase number of registers to 4.
[openvswitch] / vswitchd / proc-net-compat.c
index 0eda6d2584409320d9e2bc31b5e7c576ac4b4c66..e3b7ee4897c0f95bc81f282fc9fa30cf1d17481b 100644 (file)
@@ -25,6 +25,7 @@
 #include "dynamic-string.h"
 #include "hash.h"
 #include "netlink-protocol.h"
+#include "netlink-socket.h"
 #include "netlink.h"
 #include "ofpbuf.h"
 #include "openvswitch/brcompat-netlink.h"
@@ -33,7 +34,7 @@
 #include "svec.h"
 #include "vlog.h"
 
-VLOG_DEFINE_THIS_MODULE(proc_net_compat)
+VLOG_DEFINE_THIS_MODULE(proc_net_compat);
 
 /* Netlink socket to bridge compatibility kernel module. */
 static struct nl_sock *brc_sock;