Add an asprintf() implementation
[fio.git] / Makefile
index eb3bddd6be095fc7a46bf8764e36eddb06d1a7bb..d45ba6b5585fe43ce793937f0fa5c87828c434b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,7 @@ endif
 ifdef CONFIG_RBD
   SOURCE += engines/rbd.c
 endif
+SOURCE += oslib/asprintf.c
 ifndef CONFIG_STRSEP
   SOURCE += oslib/strsep.c
 endif