lib: Move compiler.h to <openvswitch/compiler.h>
[cascardo/ovs.git] / ovsdb / ovsdb-tool.c
index 509668c..a33969b 100644 (file)
@@ -46,7 +46,7 @@ static int show_log_verbosity;
 
 static const struct command *get_all_commands(void);
 
-NO_RETURN static void usage(void);
+OVS_NO_RETURN static void usage(void);
 static void parse_options(int argc, char *argv[]);
 
 static const char *default_db(void);