net engine: missing includes
authorJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 10:30:06 +0000 (12:30 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 10:30:06 +0000 (12:30 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/net.c

index 94bae95af988e167143c089d015a1eda58b81d05..0acd569d37bfc790f210464a145321ec08b039b8 100644 (file)
@@ -13,6 +13,8 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <sys/poll.h>
+#include <sys/types.h>
+#include <sys/socket.h>
 
 #include "../fio.h"