From: Marc Dionne Date: Tue, 17 Feb 2009 03:23:27 +0000 (+0000) Subject: rx-head-build-error-20090216 X-Git-Tag: openafs-devel-1_5_61~529 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f3080eb7c7c4c4f72d6560b12c3d8cffbb4b2b0d;p=packages%2Fo%2Fopenafs.git rx-head-build-error-20090216 LICENSE IPL10 FIXES 124323 include header so mutex&atomic macros exist --- diff --git a/src/rx/rx_kcommon.h b/src/rx/rx_kcommon.h index 1f2240b33..bbc8a377a 100644 --- a/src/rx/rx_kcommon.h +++ b/src/rx/rx_kcommon.h @@ -142,6 +142,7 @@ typedef unsigned short etap_event_t; #ifdef KERNEL #include "afs/sysincludes.h" #include "afsincludes.h" +#include "rx/rx_internal.h" #endif #if defined(AFS_OBSD_ENV) #include "afs/sysincludes.h"