lib: Move compiler.h to <openvswitch/compiler.h>
[cascardo/ovs.git] / lib / smap.h
index 316cb20..caf3efc 100644 (file)
@@ -45,7 +45,7 @@ struct smap_node *smap_add(struct smap *, const char *, const char *);
 struct smap_node *smap_add_nocopy(struct smap *, char *, char *);
 bool smap_add_once(struct smap *, const char *, const char *);
 void smap_add_format(struct smap *, const char *key, const char *, ...)
-    PRINTF_FORMAT(3, 4);
+    OVS_PRINTF_FORMAT(3, 4);
 void smap_replace(struct smap *, const char *, const char *);
 
 void smap_remove(struct smap *, const char *);