From b8dd9c4c6b211432c4867780376d2b5c7fc08835 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 3 Aug 2006 02:51:41 +0000 Subject: [PATCH] sun-iow-includes-20060802 Solaris needs for _IOW. --- src/util/vice.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/vice.h b/src/util/vice.h index dc85530827..bcff6d88aa 100644 --- a/src/util/vice.h +++ b/src/util/vice.h @@ -12,6 +12,9 @@ #include #include +#if defined(__sun) && defined(__SVR4) +# include +#endif /* * Structures used to pass data into AFS ioctls. The buffer pointers may be