From 690dec6e4ec7297a477b809fa24ee23dc02348c9 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 6 Jan 2009 14:22:30 +0100 Subject: [PATCH] OS includes need errno.h Signed-off-by: Jens Axboe --- os/os-freebsd.h | 1 + os/os-solaris.h | 1 + 2 files changed, 2 insertions(+) diff --git a/os/os-freebsd.h b/os/os-freebsd.h index 614296a4..3939d652 100644 --- a/os/os-freebsd.h +++ b/os/os-freebsd.h @@ -1,6 +1,7 @@ #ifndef FIO_OS_FREEBSD_H #define FIO_OS_FREEBSD_H +#include #include #define FIO_HAVE_POSIXAIO diff --git a/os/os-solaris.h b/os/os-solaris.h index 35148d2d..b58d1308 100644 --- a/os/os-solaris.h +++ b/os/os-solaris.h @@ -1,6 +1,7 @@ #ifndef FIO_OS_SOLARIS_H #define FIO_OS_SOLARIS_H +#include #include #include #include -- 2.25.1