aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_mysql.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-05 21:54:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-05 21:54:44 +0000
commitbdc3b54372a92874c2ecb58069eac5bdfe6fcddc (patch)
tree575c606a8f81c1f0baabad43bf34789023513ee7 /src/datacache/plugin_datacache_mysql.c
parentf0963cfb7a694f9a7c7ff28471660242529f00a8 (diff)
downloadgnunet-bdc3b54372a92874c2ecb58069eac5bdfe6fcddc.tar.gz
gnunet-bdc3b54372a92874c2ecb58069eac5bdfe6fcddc.zip
moving plugin headers
Diffstat (limited to 'src/datacache/plugin_datacache_mysql.c')
-rw-r--r--src/datacache/plugin_datacache_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_mysql.c b/src/datacache/plugin_datacache_mysql.c
index 7936e0a1b..4a78a96ac 100644
--- a/src/datacache/plugin_datacache_mysql.c
+++ b/src/datacache/plugin_datacache_mysql.c
@@ -79,7 +79,7 @@
79 */ 79 */
80#include "platform.h" 80#include "platform.h"
81#include "gnunet_util_lib.h" 81#include "gnunet_util_lib.h"
82#include "plugin_datacache.h" 82#include "gnunet_datacache_plugin.h"
83#include <mysql/mysql.h> 83#include <mysql/mysql.h>
84 84
85#define DEBUG_DATACACHE_MYSQL GNUNET_NO 85#define DEBUG_DATACACHE_MYSQL GNUNET_NO