Implement a better num2str()
[fio.git] / Makefile.FreeBSD
index 5882961a867949155641a3ebf642641fc9dbb061..e4adfca5c611c67cca1e4bfd8985a593b6554c0f 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