diff options
Diffstat (limited to 'util/superiotool/superiotool.h')
-rw-r--r-- | util/superiotool/superiotool.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 5df60a785d..f9a38a1d5a 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -4,6 +4,7 @@ * Copyright (C) 2007 Carl-Daniel Hailfinger * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> * Copyright (C) 2008 Robinson P. Tryon <bishop.robinson@gmail.com> + * Copyright (C) 2008-2009 coresystems GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -31,6 +32,10 @@ #if defined(__GLIBC__) #include <sys/io.h> #endif +#if (defined(__MACH__) && defined(__APPLE__)) +/* DirectIO is available here: http://www.coresystems.de/en/directio */ +#include <DirectIO/darwinio.h> +#endif #if defined(__FreeBSD__) #include <sys/types.h> |