fix ramp_in
[fio.git] / Makefile.FreeBSD
index 3c59a994284c6c228ee96900f945b9233fb646ca..e4adfca5c611c67cca1e4bfd8985a593b6554c0f 100644 (file)
@@ -9,6 +9,8 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
        rbtree.o smalloc.o filehash.o helpers.o profile.o debug.o
 
 OBJS += lib/rand.o
+OBJS += lib/flist_sort.o
+OBJS += lib/num2str.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o