aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r--src/datastore/plugin_datastore_mysql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index 216a6faa4..f62c51778 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -121,6 +121,7 @@
121#include "gnunet_datastore_plugin.h" 121#include "gnunet_datastore_plugin.h"
122#include "gnunet_util_lib.h" 122#include "gnunet_util_lib.h"
123#include "gnunet_mysql_lib.h" 123#include "gnunet_mysql_lib.h"
124#include "gnunet_mysql_compat.h"
124#include "gnunet_my_lib.h" 125#include "gnunet_my_lib.h"
125 126
126#define MAX_DATUM_SIZE 65536 127#define MAX_DATUM_SIZE 65536