From c4780421a41a05683bcec8d1092534c2ad58f341 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 25 Nov 2009 10:25:14 -0500 Subject: [PATCH] Correct include paths in fs_conv_sol26.c Make the #include paths in fs_conv_sol26.c correspond to the 36524b2ed73a2774ee1f6242208a1395be7736a8 changes, so fs_conv_sol26.c will build again. Change-Id: Ic454dae07c0fb324f8550d1281b63fe539f8d525 Reviewed-on: http://gerrit.openafs.org/871 Tested-by: Andrew Deason Reviewed-by: Simon Wilkinson Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- src/platform/SOLARIS/fs_conv_sol26.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform/SOLARIS/fs_conv_sol26.c b/src/platform/SOLARIS/fs_conv_sol26.c index e9ea757..6e6abd3 100644 --- a/src/platform/SOLARIS/fs_conv_sol26.c +++ b/src/platform/SOLARIS/fs_conv_sol26.c @@ -41,9 +41,9 @@ #include #include -#include +#include #include -#include +#include #include #include #include -- 1.9.4