Browse Source

psycstore: fix gnunet_my_lib and gnunet_mysql includes

search include_dirs rather than local repository
master
Daniel Golle 5 years ago
parent
commit
81939cb936
No known key found for this signature in database GPG Key ID: DD8D36F0A710502F
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/psycstore/plugin_psycstore_mysql.c

+ 2
- 2
src/psycstore/plugin_psycstore_mysql.c View File

@@ -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>

/**


Loading…
Cancel
Save