From 5728a14f1a2c57eee73fa48dd6877b2c5ccc1aa4 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 5 Apr 2005 20:33:00 +0000 Subject: [PATCH] b=5667 always include our local ioctl.h if _IOW isn't defined, which is probably only catamount. --- lustre/include/liblustre.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lustre/include/liblustre.h b/lustre/include/liblustre.h index d6f0cd9..b6b3a6a 100644 --- a/lustre/include/liblustre.h +++ b/lustre/include/liblustre.h @@ -36,9 +36,10 @@ #endif #ifdef HAVE_SYS_IOCTL_H # include -#else +#endif +#ifndef _IOWR # include "ioctl.h" -#endif /* !HAVE_SYS_IOCTL_H */ +#endif #include #include -- 1.8.3.1