aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-07-26 15:46:18 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-07-26 15:46:18 +0200
commit089fe579a913bda293d2c1579972a64657242660 (patch)
treec2690dd7734968e2977e183bf4841da9f837c931 /src
parentcaa326c94792deb0d6718515ab6a0589fae4c270 (diff)
parentbaa855368383a691f1daeba5edd9f4cc5c39feac (diff)
downloadgnunet-089fe579a913bda293d2c1579972a64657242660.tar.gz
gnunet-089fe579a913bda293d2c1579972a64657242660.zip
-fix ftbfs
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_json_lib.h2
-rw-r--r--src/testbed/Makefile.am1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index 2b582669f..27a4a20cd 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -555,7 +555,7 @@ struct GNUNET_JSON_PackSpec
555 /** 555 /**
556 * Function that will do the packing. 556 * Function that will do the packing.
557 */ 557 */
558 GNUNET_JSON_PackCallback packer; 558 GNUNET_JSON_PackCallback *packer;
559 559
560 /** 560 /**
561 * Closure for @e packer. 561 * Closure for @e packer.
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index cca8c59bc..c1d89607c 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -44,6 +44,7 @@ libgnunet_plugin_testcmd_la_SOURCES = \
44 plugin_testcmd.c 44 plugin_testcmd.c
45libgnunet_plugin_testcmd_la_LIBADD = \ 45libgnunet_plugin_testcmd_la_LIBADD = \
46 $(top_builddir)/src/util/libgnunetutil.la \ 46 $(top_builddir)/src/util/libgnunetutil.la \
47 $(top_builddir)/src/arm/libgnunetarm.la \
47 $(top_builddir)/src/testing/libgnunettesting.la \ 48 $(top_builddir)/src/testing/libgnunettesting.la \
48 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 49 $(top_builddir)/src/statistics/libgnunetstatistics.la \
49 libgnunettestbed.la \ 50 libgnunettestbed.la \