From 664c5f83fea216fe8e1213ba50cf955dd5d768a2 Mon Sep 17 00:00:00 2001 From: Joe Buehler Date: Wed, 21 Sep 2005 01:02:42 +0000 Subject: [PATCH] aix-export-h-20050920 FIXES 21723 make sure we include our export.h and not the one from nfs. --- 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 edd80051cd..ee9e87eb7f 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