From dd29d8230e5d66342fd74f32b50e23d557de1906 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 28 Aug 2002 08:20:25 +0000 Subject: [PATCH] Irix needs this. Put it back. Note: This was part of the delta prototypes-fixes-20020821 on the mainline, but this chunk is needed on the 1.2.x branch, and it would be appropriate to pull in the entire delta in which it appeared. --- src/vol/vol-salvage.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/vol/vol-salvage.c b/src/vol/vol-salvage.c index cb6fccc6f..9d4cc1057 100644 --- a/src/vol/vol-salvage.c +++ b/src/vol/vol-salvage.c @@ -166,6 +166,9 @@ RCSID("$Header$"); #endif #endif #include +#ifndef AFS_NT40_ENV +#include +#endif #include #include #include -- 2.39.5