aboutsummaryrefslogtreecommitdiff
path: root/src/social/social_api.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/social_api.c
parentf3b5e31a81223c9bbfd76b483d9efaa7d648e9f7 (diff)
downloadgnunet-secushare-5ac774e1b398e4f6efa83664981ba0055addb04f.tar.gz
gnunet-secushare-5ac774e1b398e4f6efa83664981ba0055addb04f.zip
fix FTBFS issues
Diffstat (limited to 'src/social/social_api.c')
-rw-r--r--src/social/social_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/social/social_api.c b/src/social/social_api.c
index 9b96580..11f1eab 100644
--- a/src/social/social_api.c
+++ b/src/social/social_api.c
@@ -28,8 +28,8 @@
28#include <inttypes.h> 28#include <inttypes.h>
29#include <string.h> 29#include <string.h>
30 30
31#include "platform.h" 31#include <gnunet/platform.h>
32#include "gnunet_util_lib.h" 32#include <gnunet/gnunet_util_lib.h>
33#include "gnunet_psyc_service.h" 33#include "gnunet_psyc_service.h"
34#include "gnunet_psyc_util_lib.h" 34#include "gnunet_psyc_util_lib.h"
35#include "gnunet_social_service.h" 35#include "gnunet_social_service.h"