aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/plugin_psycstore_postgres.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/psycstore/plugin_psycstore_postgres.c
parentf3b5e31a81223c9bbfd76b483d9efaa7d648e9f7 (diff)
downloadgnunet-secushare-5ac774e1b398e4f6efa83664981ba0055addb04f.tar.gz
gnunet-secushare-5ac774e1b398e4f6efa83664981ba0055addb04f.zip
fix FTBFS issues
Diffstat (limited to 'src/psycstore/plugin_psycstore_postgres.c')
-rw-r--r--src/psycstore/plugin_psycstore_postgres.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/psycstore/plugin_psycstore_postgres.c b/src/psycstore/plugin_psycstore_postgres.c
index 33c9960..2dcafd4 100644
--- a/src/psycstore/plugin_psycstore_postgres.c
+++ b/src/psycstore/plugin_psycstore_postgres.c
@@ -28,14 +28,14 @@
28 * @author Jeffrey Burdges 28 * @author Jeffrey Burdges
29 */ 29 */
30 30
31#include "platform.h" 31#include <gnunet/platform.h>
32#include "gnunet_psycstore_plugin.h" 32#include "gnunet_psycstore_plugin.h"
33#include "gnunet_psycstore_service.h" 33#include "gnunet_psycstore_service.h"
34#include "gnunet_multicast_service.h" 34#include "gnunet_multicast_service.h"
35#include "gnunet_crypto_lib.h" 35#include <gnunet/gnunet_crypto_lib.h>
36#include "gnunet_psyc_util_lib.h" 36#include "gnunet_psyc_util_lib.h"
37#include "psycstore.h" 37#include "psycstore.h"
38#include "gnunet_pq_lib.h" 38#include <gnunet/gnunet_pq_lib.h>
39 39
40/** 40/**
41 * After how many ms "busy" should a DB operation fail for good? A 41 * After how many ms "busy" should a DB operation fail for good? A