lib: Move compiler.h to <openvswitch/compiler.h>
[cascardo/ovs.git] / tests / test-netflow.c
index 90f6e45..b1b7717 100644 (file)
@@ -34,7 +34,7 @@
 #include "util.h"
 #include "vlog.h"
 
-NO_RETURN static void usage(void);
+OVS_NO_RETURN static void usage(void);
 static void parse_options(int argc, char *argv[]);
 
 static unixctl_cb_func test_netflow_exit;