aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-social.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-11 20:59:34 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-11 20:59:34 +0100
commit5ac774e1b398e4f6efa83664981ba0055addb04f (patch)
tree1d5c61c9d2f9c34bfca7446421a67168a4641099 /src/social/gnunet-social.c
parentf3b5e31a81223c9bbfd76b483d9efaa7d648e9f7 (diff)
downloadgnunet-secushare-5ac774e1b398e4f6efa83664981ba0055addb04f.tar.gz
gnunet-secushare-5ac774e1b398e4f6efa83664981ba0055addb04f.zip
fix FTBFS issues
Diffstat (limited to 'src/social/gnunet-social.c')
-rw-r--r--src/social/gnunet-social.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c
index 14701bf..d89b3d8 100644
--- a/src/social/gnunet-social.c
+++ b/src/social/gnunet-social.c
@@ -26,8 +26,8 @@
26 26
27#include <inttypes.h> 27#include <inttypes.h>
28 28
29#include "platform.h" 29#include <gnunet/platform.h>
30#include "gnunet_util_lib.h" 30#include <gnunet/gnunet_util_lib.h>
31#include "gnunet_social_service.h" 31#include "gnunet_social_service.h"
32 32
33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) 33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)