aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-12 16:15:32 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-12 16:15:32 +0100
commit748788145250b3a012b0d3164461363d9add79a8 (patch)
tree1811313cb7190e0a83add5cc09c5835337910b83 /src
parent6565c8e41815288e9c51b7f026bfda67683577b3 (diff)
downloadgnunet-748788145250b3a012b0d3164461363d9add79a8.tar.gz
gnunet-748788145250b3a012b0d3164461363d9add79a8.zip
GNSRECORD: fix build w/o jansson
Diffstat (limited to 'src')
-rw-r--r--src/gnsrecord/gnsrecord.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gnsrecord/gnsrecord.c b/src/gnsrecord/gnsrecord.c
index b80d86073..f0d7a839e 100644
--- a/src/gnsrecord/gnsrecord.c
+++ b/src/gnsrecord/gnsrecord.c
@@ -28,10 +28,7 @@
28#include "gnunet_constants.h" 28#include "gnunet_constants.h"
29#include "gnunet_gnsrecord_lib.h" 29#include "gnunet_gnsrecord_lib.h"
30#include "gnunet_gnsrecord_plugin.h" 30#include "gnunet_gnsrecord_plugin.h"
31#include "gnunet_json_lib.h"
32#include "gnunet_tun_lib.h" 31#include "gnunet_tun_lib.h"
33#include <jansson.h>
34
35 32
36#define LOG(kind,...) GNUNET_log_from (kind, "gnsrecord",__VA_ARGS__) 33#define LOG(kind,...) GNUNET_log_from (kind, "gnsrecord",__VA_ARGS__)
37 34