diff --git a/makefile_slinux b/makefile_slinux index 5b813277..e7ee262d 100644 --- a/makefile_slinux +++ b/makefile_slinux @@ -26,7 +26,7 @@ SUBLIBS = psi/libpsi.a psi/hardsup/libhlib.a matrix/libmatrix.a \ LIBS = -L$(HDFROOT)/lib $(SUBLIBS) $(NILIB)\ -ltcl8.3 $(HDFROOT)/lib/libhdf5.a \ $(HDFROOT)/lib/libmfhdf.a $(HDFROOT)/lib/libdf.a \ - $(HDFROOT)/lib/libjpeg.a -lsz -ldl -lz -lmxml -lghttp -lm -lc + $(HDFROOT)/lib/libjpeg.a -lsz -ljson -ldl -lz -lmxml -lghttp -lm -lc include make_gen diff --git a/sicshipadaba.c b/sicshipadaba.c index 2a1897d6..6a088030 100644 --- a/sicshipadaba.c +++ b/sicshipadaba.c @@ -24,6 +24,7 @@ #include #include #include "protocol.h" +#include "splitter.h" /*== there can be only hipadaba in SICS, some globals to care for that == */ static pHdb root = NULL;