From 7c833da9d6c3c9207827afed075be887cd24004b Mon Sep 17 00:00:00 2001 From: zab Date: Tue, 2 Mar 2004 23:12:38 +0000 Subject: [PATCH] - more progress in moving towards building against cray's external portals includes. This is a work in progress as I ran into internal compiler errors. All builds are probably broken. --- lnet/include/lnet/defines.h | 1 + lustre/portals/include/portals/defines.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lnet/include/lnet/defines.h b/lnet/include/lnet/defines.h index 785ce73..61aca3f 100644 --- a/lnet/include/lnet/defines.h +++ b/lnet/include/lnet/defines.h @@ -1,3 +1,4 @@ +#include "build_check.h" /* ** ** This files contains definitions that are used throughout the cplant code. diff --git a/lustre/portals/include/portals/defines.h b/lustre/portals/include/portals/defines.h index 785ce73..61aca3f 100644 --- a/lustre/portals/include/portals/defines.h +++ b/lustre/portals/include/portals/defines.h @@ -1,3 +1,4 @@ +#include "build_check.h" /* ** ** This files contains definitions that are used throughout the cplant code. -- 1.8.3.1