Implement a better num2str()
[fio.git] / Makefile.mac
index 77e5f035082246c65c2c82ada3ff6840c70f58c0..952364ae2d9fc41f8327fe8a56b7f798d13694f7 100644 (file)
@@ -10,6 +10,7 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
 
 OBJS += lib/rand.o
 OBJS += lib/flist_sort.o
+OBJS += lib/num2str.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o