gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-secushare] branch master updated: psycstore: fix gn


From: gnunet
Subject: [GNUnet-SVN] [gnunet-secushare] branch master updated: psycstore: fix gnunet_my_lib and gnunet_mysql includes
Date: Thu, 28 Feb 2019 18:31:16 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 81939cb  psycstore: fix gnunet_my_lib and gnunet_mysql includes
81939cb is described below

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]