From abf65c511f988858d952a68c87776a5310b3e25b Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 14 Nov 2010 10:26:37 +0000 Subject: [PATCH] correct the nipred include for PREDICTOR defined --- src/spicelib/analysis/dctran.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/analysis/dctran.c b/src/spicelib/analysis/dctran.c index 0580d99c3..07f5a9cec 100644 --- a/src/spicelib/analysis/dctran.c +++ b/src/spicelib/analysis/dctran.c @@ -32,7 +32,7 @@ Modified: 2000 AlansFixes #endif #ifdef PREDICTOR -#include "nipred.h" +#include "../maths/ni/nipred.h" #endif /* PREDICTOR */ #ifdef HAS_WINDOWS /* hvogt 10.03.99, nach W. Mues */