gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-secushare] 01/02: psycstore: fix gnunet_my_lib and


From: gnunet
Subject: [GNUnet-SVN] [gnunet-secushare] 01/02: psycstore: fix gnunet_my_lib and gnunet_mysql includes
Date: Sun, 28 Jul 2019 15:33:21 +0200

This is an automated email from the git hooks/post-receive script.

daniel-golle pushed a commit to branch master
in repository gnunet-secushare.

commit 81939cb93670efcee8e99884d10d2676b02edba9
Author: Daniel Golle <address@hidden>
AuthorDate: Thu Feb 28 18:29:46 2019 +0100

    psycstore: fix gnunet_my_lib and gnunet_mysql includes
    
    search include_dirs rather than local repository
---
 src/psycstore/plugin_psycstore_mysql.c | 4 ++--
 1 file 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 @@
 #include <gnunet/gnunet_crypto_lib.h>
 #include "gnunet_psyc_util_lib.h"
 #include "psycstore.h"
-#include "gnunet_my_lib.h"
-#include "gnunet_mysql_lib.h"
+#include <gnunet/gnunet_my_lib.h>
+#include <gnunet/gnunet_mysql_lib.h>
 #include <mysql/mysql.h>
 
 /**

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]