lib: Move compiler.h to <openvswitch/compiler.h>
[cascardo/ovs.git] / vswitchd / ovs-vswitchd.c
index 3c82f0f..392e2c7 100644 (file)
@@ -59,7 +59,7 @@ static bool want_mlockall;
 static unixctl_cb_func ovs_vswitchd_exit;
 
 static char *parse_options(int argc, char *argv[], char **unixctl_path);
-NO_RETURN static void usage(void);
+OVS_NO_RETURN static void usage(void);
 
 int
 main(int argc, char *argv[])