From d5e1173c74b39114cb21cd59a501dbd1203094fd Mon Sep 17 00:00:00 2001 From: Joe Buehler Date: Wed, 21 Sep 2005 01:03:56 +0000 Subject: [PATCH] STABLE14-aix-export-h-20050920 FIXES 21723 make sure we include our export.h and not the one from nfs. (cherry picked from commit 664c5f83fea216fe8e1213ba50cf955dd5d768a2) --- src/afs/AIX/osi_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/AIX/osi_config.c b/src/afs/AIX/osi_config.c index edd80051c..ee9e87eb7 100644 --- a/src/afs/AIX/osi_config.c +++ b/src/afs/AIX/osi_config.c @@ -60,7 +60,7 @@ RCSID #include /* for the parameters to xmalloc() */ #include "afs/afs_osi.h" /* pick up osi_timeval_t for afs_stats.h */ #include "afs/afs_stats.h" -#include "export.h" +#include "../export.h" #ifdef KOFF #define KOFF_PRESENT 1 -- 2.39.5