aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-30 19:52:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-30 19:52:09 +0000
commit302e8874b89fb670a9dfdc5992ac6c9b20f2122d (patch)
tree8acacda3b764395cfd18e53a09ebbfe1ddf08478 /src/mesh/mesh.h
parent7742b7ee0e7ef2b69228053b1a1685560eb13df4 (diff)
downloadgnunet-302e8874b89fb670a9dfdc5992ac6c9b20f2122d.tar.gz
gnunet-302e8874b89fb670a9dfdc5992ac6c9b20f2122d.zip
making the new mesh the default
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index 8d6985a31..d0648bd3e 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -36,7 +36,7 @@
36#include "gnunet_peer_lib.h" 36#include "gnunet_peer_lib.h"
37#include "gnunet_core_service.h" 37#include "gnunet_core_service.h"
38#include "gnunet_protocols.h" 38#include "gnunet_protocols.h"
39#include <gnunet_mesh_service_new.h> 39#include <gnunet_mesh_service.h>
40 40
41/******************************************************************************/ 41/******************************************************************************/
42/******************** MESH LOCAL MESSAGES *************************/ 42/******************** MESH LOCAL MESSAGES *************************/