Index: Makefile =================================================================== --- Makefile (revision 3332) +++ Makefile (revision 3333) @@ -1,7 +1,7 @@ all: tester cd ../../src && make mod_fp_wget -CFLAGS = -Wall -g -I../../src -I../.. -I../../src_3rd +CFLAGS = -Wall -g -I../../src -I../.. -I../../src_3rd -I../../src_3rd/liblihata test: tester Index: tester.c =================================================================== --- tester.c (revision 3332) +++ tester.c (revision 3333) @@ -1,7 +1,11 @@ #include +#include #include "global.h" #include "gedasymbols.h" +#undef strdup +char *pcb_strdup(const char *s) { return strdup(s); } + plug_fp_t *plug_fp_chain = NULL; library_t ltmp;