aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2019-02-28 18:29:46 +0100
committerDaniel Golle <daniel@makrotopia.org>2019-02-28 18:29:46 +0100
commit81939cb93670efcee8e99884d10d2676b02edba9 (patch)
tree35158a8a6944554a47f85168440699381cc61878 /src
parent245de27e80bf9df771b2ee892a3145f9373eebe5 (diff)
downloadgnunet-secushare-81939cb93670efcee8e99884d10d2676b02edba9.tar.gz
gnunet-secushare-81939cb93670efcee8e99884d10d2676b02edba9.zip
psycstore: fix gnunet_my_lib and gnunet_mysql includes
search include_dirs rather than local repository
Diffstat (limited to 'src')
-rw-r--r--src/psycstore/plugin_psycstore_mysql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/psycstore/plugin_psycstore_mysql.c b/src/psycstore/plugin_psycstore_mysql.c
index 598a367..c47f861 100644
--- a/src/psycstore/plugin_psycstore_mysql.c
+++ b/src/psycstore/plugin_psycstore_mysql.c
@@ -33,8 +33,8 @@
33#include <gnunet/gnunet_crypto_lib.h> 33#include <gnunet/gnunet_crypto_lib.h>
34#include "gnunet_psyc_util_lib.h" 34#include "gnunet_psyc_util_lib.h"
35#include "psycstore.h" 35#include "psycstore.h"
36#include "gnunet_my_lib.h" 36#include <gnunet/gnunet_my_lib.h>
37#include "gnunet_mysql_lib.h" 37#include <gnunet/gnunet_mysql_lib.h>
38#include <mysql/mysql.h> 38#include <mysql/mysql.h>
39 39
40/** 40/**