unixctl: Skip Python unixctl tests.
[openvswitch] / utilities / ovs-vlan-bug-workaround.c
index 309d64e2a687d062b178635f7d8cdb9fa79d4123..f459dec4bbe6313604f3fbc4b01b81ef0ff74d97 100644 (file)
@@ -23,6 +23,7 @@
 #include <net/if.h>
 #include <stdlib.h>
 #include <sys/ioctl.h>
+#include <sys/socket.h>
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
@@ -130,7 +131,7 @@ parse_options(int argc, char *argv[])
             break;
 
         case 'V':
-            OVS_PRINT_VERSION(0, 0);
+            ovs_print_version(0, 0);
             exit(EXIT_SUCCESS);
 
         case '?':