summaryrefslogtreecommitdiff
path: root/rspl/tnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'rspl/tnd.c')
-rw-r--r--rspl/tnd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/rspl/tnd.c b/rspl/tnd.c
index 95e4d16..c6f0911 100644
--- a/rspl/tnd.c
+++ b/rspl/tnd.c
@@ -22,6 +22,7 @@
#include "rspl.h"
#include "numlib.h"
#include "tiffio.h"
+#include "plot.h"
#ifdef NEVER
FILE *verbose_out = stdout;
@@ -40,6 +41,10 @@ int verbose_level = 6; /* Current verbosity level */
#undef TEST_SLICE
#undef TEST_RANDOM_POINTS
+#ifdef TEST_SLICE
+# include "ui.h"
+#endif
+
#define MAX_ITS 500
#define IT_TOL 0.0005
#define GRES 17 /* Grid resolution */