lib: Move compiler.h to <openvswitch/compiler.h>
[cascardo/ovs.git] / lib / command-line.h
index 0c9e2d9..7e68504 100644 (file)
@@ -41,7 +41,7 @@ void proctitle_init(int argc, char **argv);
 #define proctitle_set setproctitle
 #else
 void proctitle_set(const char *, ...)
-    PRINTF_FORMAT(1, 2);
+    OVS_PRINTF_FORMAT(1, 2);
 #endif
 void proctitle_restore(void);