diff options
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r-- | src/datastore/plugin_datastore_sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index b9edb4e57c..8169d1e26a 100644 --- a/src/datastore/plugin_datastore_sqlite.c +++ b/src/datastore/plugin_datastore_sqlite.c @@ -25,7 +25,7 @@ */ #include "platform.h" -#include "plugin_datastore.h" +#include "gnunet_datastore_plugin.h" #include <sqlite3.h> #define DEBUG_SQLITE GNUNET_YES |