aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_local.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-19 15:33:37 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-19 15:33:37 +0000
commit80e29c7663dc9b9658b1969f2dfb9603020a13e6 (patch)
tree079fa9497feaf835b93d73b06c59833f3246beef /src/mesh/gnunet-service-mesh_local.c
parent98f57354c839ba6a8b76aaaf7301edc75b712c43 (diff)
downloadgnunet-80e29c7663dc9b9658b1969f2dfb9603020a13e6.tar.gz
gnunet-80e29c7663dc9b9658b1969f2dfb9603020a13e6.zip
- missing header
Diffstat (limited to 'src/mesh/gnunet-service-mesh_local.c')
-rw-r--r--src/mesh/gnunet-service-mesh_local.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_local.c b/src/mesh/gnunet-service-mesh_local.c
index eab222481..23319d458 100644
--- a/src/mesh/gnunet-service-mesh_local.c
+++ b/src/mesh/gnunet-service-mesh_local.c
@@ -28,6 +28,7 @@
28#include "mesh_protocol.h" /* GNUNET_MESH_Data is shared */ 28#include "mesh_protocol.h" /* GNUNET_MESH_Data is shared */
29 29
30#include "gnunet-service-mesh_local.h" 30#include "gnunet-service-mesh_local.h"
31#include "gnunet-service-mesh_channel.h"
31 32
32#define LOG(level, ...) GNUNET_log_from(level,"mesh-loc",__VA_ARGS__) 33#define LOG(level, ...) GNUNET_log_from(level,"mesh-loc",__VA_ARGS__)
33 34