aix-export-h-20050920

FIXES 21723

make sure we include our export.h and not the one from nfs.
This commit is contained in:
Joe Buehler 2005-09-21 01:02:42 +00:00 committed by Derrick Brashear
parent cc8cfd47bc
commit 664c5f83fe

View File

@ -60,7 +60,7 @@ RCSID
#include <sys/malloc.h> /* for the parameters to xmalloc() */ #include <sys/malloc.h> /* for the parameters to xmalloc() */
#include "afs/afs_osi.h" /* pick up osi_timeval_t for afs_stats.h */ #include "afs/afs_osi.h" /* pick up osi_timeval_t for afs_stats.h */
#include "afs/afs_stats.h" #include "afs/afs_stats.h"
#include "export.h" #include "../export.h"
#ifdef KOFF #ifdef KOFF
#define KOFF_PRESENT 1 #define KOFF_PRESENT 1