From: Nathan Neulinger Date: Fri, 28 Mar 2003 09:30:53 +0000 (+0000) Subject: rxstat-fix-objdir-builds-20030328 X-Git-Tag: openafs-devel-1_3_50~289 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=dd85569dfeee6802e85ae93a08ae5c675b227b70;p=packages%2Fo%2Fopenafs.git rxstat-fix-objdir-builds-20030328 FIXES 1340 change where we include headers from --- diff --git a/src/rxstat/rxstat.c b/src/rxstat/rxstat.c index af8254cbd..eeab73f5f 100644 --- a/src/rxstat/rxstat.c +++ b/src/rxstat/rxstat.c @@ -19,11 +19,11 @@ RCSID("$Header$"); #ifdef UKERNEL #include "afs/sysincludes.h" #include "afsincludes.h" -#include "rxstat/rxstat.h" +#include #else /* UKERNEL */ #include #include -#include "rxstat.h" +#include #ifdef KERNEL #include "sys/errno.h" #else /* KERNEL */