From 8180f9abbfc79731e1557dbd78b26ecba81611d7 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 13 Apr 2011 10:11:59 -0500 Subject: [PATCH] RX: Include sys/file.h for rx_lwp.c rx_lwp.c uses FNDELAY, which requires sys/file.h on at least Solaris. So, include it. Change-Id: Ida652a3c9bfccb120a67f0c5d4f71537a11fa00f Reviewed-on: http://gerrit.openafs.org/4466 Tested-by: BuildBot Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear --- src/rx/rx_lwp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/rx/rx_lwp.c b/src/rx/rx_lwp.c index 1de0857..aa1c5bb 100644 --- a/src/rx/rx_lwp.c +++ b/src/rx/rx_lwp.c @@ -23,6 +23,10 @@ #include +#ifdef HAVE_SYS_FILE_H +# include +#endif + #include #include "rx.h" -- 1.9.4