aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-06 07:49:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-06 07:49:00 +0000
commit61a374c33cac36eea8a4c1c5e85064b3a78608e2 (patch)
tree3371cbc75d933ab590cc8bd33283fe0d70ba1da5 /src/nse
parent7c761db5dc34daba09b587c6b5abc3090b253010 (diff)
downloadgnunet-61a374c33cac36eea8a4c1c5e85064b3a78608e2.tar.gz
gnunet-61a374c33cac36eea8a4c1c5e85064b3a78608e2.zip
fix
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index bc46a537c..b0d635be6 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -36,6 +36,7 @@
36 * this can calculate the expected number of peers in the network. 36 * this can calculate the expected number of peers in the network.
37 */ 37 */
38#include "platform.h" 38#include "platform.h"
39#include <math.h>
39#include "gnunet_util_lib.h" 40#include "gnunet_util_lib.h"
40#include "gnunet_constants.h" 41#include "gnunet_constants.h"
41#include "gnunet_protocols.h" 42#include "gnunet_protocols.h"