diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-11-05 21:54:44 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-11-05 21:54:44 +0000 |
commit | 43672d61b9a0a158664d2c112bd8bc4bf815ae8b (patch) | |
tree | 575c606a8f81c1f0baabad43bf34789023513ee7 /src/datastore/plugin_datastore_mysql.c | |
parent | 616b3314b6512bfd7ecd3afd6ba6f70235d953d0 (diff) |
moving plugin headers
git-svn-id: https://gnunet.org/svn/gnunet@13571 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r-- | src/datastore/plugin_datastore_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c index ae6a98c6e9..ac81c90110 100644 --- a/src/datastore/plugin_datastore_mysql.c +++ b/src/datastore/plugin_datastore_mysql.c @@ -122,7 +122,7 @@ */ #include "platform.h" -#include "plugin_datastore.h" +#include "gnunet_datastore_plugin.h" #include "gnunet_util_lib.h" #include <mysql/mysql.h> |