summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--ztcfg-dude.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18cba0a..47297a1 100644
--- a/Makefile
+++ b/Makefile
@@ -295,7 +295,7 @@ ztcfg: ztcfg.o $(LTZ_A)
$(CC) -o $@ $^ -lm
ztcfg-dude: ztcfg-dude.o mknotch.o complex.o $(LTZ_SO)
- $(CC) -o $@ $^ -lm
+ $(CC) -o $@ $^ -lm -lstdc++
mknotch.o: mknotch.cc
$(CC) -o $@ -c $^
diff --git a/ztcfg-dude.c b/ztcfg-dude.c
index d96dd88..e132e8e 100644
--- a/ztcfg-dude.c
+++ b/ztcfg-dude.c
@@ -40,8 +40,10 @@
#include <math.h>
#ifdef STANDALONE_ZAPATA
#include "zaptel.h"
+#include "tonezone.h"
#else
#include <zaptel/zaptel.h>
+#include <zaptel/tonezone.h>
#endif
#include "ztcfg.h"