summaryrefslogtreecommitdiff
path: root/rspl
diff options
context:
space:
mode:
Diffstat (limited to 'rspl')
-rw-r--r--rspl/Jamfile2
-rwxr-xr-xrspl/smtmpp.c1
-rwxr-xr-xrspl/smtnd.c1
-rwxr-xr-xrspl/t2d.c1
-rwxr-xr-xrspl/t2ddf.c1
-rwxr-xr-xrspl/t3d.c1
-rwxr-xr-xrspl/t3ddf.c1
7 files changed, 7 insertions, 1 deletions
diff --git a/rspl/Jamfile b/rspl/Jamfile
index 6f80f9f..d007562 100644
--- a/rspl/Jamfile
+++ b/rspl/Jamfile
@@ -69,7 +69,7 @@ if ( $(HOME) = "D:\\usr\\graeme" && $(PWD) = "/src/argyll/rspl" )
Main lchw_solve : lchw_solve.c : : : ../h ../numlib ../icc ../plot : : ../plot/libplot ../icc/libicc ../numlib/libui ../numlib/libnum ;
Main lchw_deriv : lchw_deriv.c : : : ../h ../numlib ../icc ../plot : : ../plot/libplot ../icc/libicc ../numlib/libui ../numlib/libnum ;
Main lchw_2deriv : lchw_2deriv.c : : : ../h ../numlib ../icc ../plot : : ../plot/libplot ../icc/libicc ../numlib/libui ../numlib/libnum ;
- Main crossv : crossv.c : : : ../numlib ../plot : : ../plot/libplot ../numlib/libui ../numlib/libnum ;
+ Main crossv : crossv.c : : : ../h ../numlib ../plot : : ../plot/libplot ../numlib/libui ../numlib/libnum ;
}
if $(BUILD_JUNK) {
diff --git a/rspl/smtmpp.c b/rspl/smtmpp.c
index 1264d4b..baa01b7 100755
--- a/rspl/smtmpp.c
+++ b/rspl/smtmpp.c
@@ -25,6 +25,7 @@
#include <stdio.h>
#include <fcntl.h>
#include <math.h>
+#include "aconfig.h"
#include "rspl.h"
#include "numlib.h"
#include "xicc.h"
diff --git a/rspl/smtnd.c b/rspl/smtnd.c
index 355d20b..b4eeab9 100755
--- a/rspl/smtnd.c
+++ b/rspl/smtnd.c
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <fcntl.h>
#include <math.h>
+#include "aconfig.h"
#include "rspl.h"
#include "numlib.h"
#include "xicc.h" /* For mpp support */
diff --git a/rspl/t2d.c b/rspl/t2d.c
index e3f304c..6c1f742 100755
--- a/rspl/t2d.c
+++ b/rspl/t2d.c
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <math.h>
+#include "aconfig.h"
#include "rspl.h"
#include "tiffio.h"
#include "plot.h"
diff --git a/rspl/t2ddf.c b/rspl/t2ddf.c
index 115d5f5..926968f 100755
--- a/rspl/t2ddf.c
+++ b/rspl/t2ddf.c
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <math.h>
+#include "aconfig.h"
#include "rspl.h"
#include "tiffio.h"
#include "plot.h"
diff --git a/rspl/t3d.c b/rspl/t3d.c
index c526669..d3a77b0 100755
--- a/rspl/t3d.c
+++ b/rspl/t3d.c
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <math.h>
+#include "aconfig.h"
#include "rspl.h"
#include "tiffio.h"
#include "plot.h"
diff --git a/rspl/t3ddf.c b/rspl/t3ddf.c
index 4a43f0d..65b0678 100755
--- a/rspl/t3ddf.c
+++ b/rspl/t3ddf.c
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <math.h>
+#include "aconfig.h"
#include "rspl.h"
#include "tiffio.h"
#include "plot.h"