aboutsummaryrefslogtreecommitdiff
path: root/src/sq/sq_prepare.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sq/sq_prepare.c')
-rw-r--r--src/sq/sq_prepare.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sq/sq_prepare.c b/src/sq/sq_prepare.c
index b3825ee71..1df564bfb 100644
--- a/src/sq/sq_prepare.c
+++ b/src/sq/sq_prepare.c
@@ -22,6 +22,7 @@
22 * @brief helper functions for executing SQL statements 22 * @brief helper functions for executing SQL statements
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "gnunet_common.h"
25#include "platform.h" 26#include "platform.h"
26#include "gnunet_sq_lib.h" 27#include "gnunet_sq_lib.h"
27 28
@@ -46,7 +47,7 @@ GNUNET_SQ_make_prepare (const char *sql,
46} 47}
47 48
48 49
49int 50enum GNUNET_GenericReturnValue
50GNUNET_SQ_prepare (sqlite3 *dbh, 51GNUNET_SQ_prepare (sqlite3 *dbh,
51 const struct GNUNET_SQ_PrepareStatement *ps) 52 const struct GNUNET_SQ_PrepareStatement *ps)
52{ 53{