summaryrefslogtreecommitdiffstats
path: root/hwaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwaccess.h')
-rw-r--r--hwaccess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hwaccess.h b/hwaccess.h
index 9bf37f2..63a2bf2 100644
--- a/hwaccess.h
+++ b/hwaccess.h
@@ -193,6 +193,7 @@ cpu_to_be(64)
#define INL(x) __extension__ ({ u_int inl_tmp = (x); inl(inl_tmp); })
#else
#if defined(__DARWIN__)
+ /* Header is part of the DirectHW library. */
#include <DirectIO/darwinio.h>
#define off64_t off_t
#define lseek64 lseek
OpenPOWER on IntegriCloud