Add Solaris helper object

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/Makefile.solaris b/Makefile.solaris
index b87a92f..bf9c90a 100644
--- a/Makefile.solaris
+++ b/Makefile.solaris
@@ -4,7 +4,7 @@
 SCRIPTS = fio_generate_plots
 OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
 	eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \
-	rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o helpers.o
+	rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o helpers.o solaris.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o