aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index 68ce16286..283b2f7e6 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -18,11 +18,12 @@
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20/** 20/**
21 * @addtogroup lib_extra 21 * @addtogroup lib_extra
22 * @{ 22 * @{
23 * 23 *
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @author Christophe Genevey 25 * @author Christophe Genevey
26 * @author Martin Schanzenbach
26 * 27 *
27 * @file 28 * @file
28 * Helper library to access a MySQL database 29 * Helper library to access a MySQL database
@@ -39,6 +40,10 @@
39#include "gnunet_mysql_lib.h" 40#include "gnunet_mysql_lib.h"
40#include <mysql/mysql.h> 41#include <mysql/mysql.h>
41 42
43#ifndef MYSQL_BOOL
44#error "You need to define MYSQL_BOOL. See (or include) gnunet_mysql_compat.h"
45#endif
46
42#ifdef __cplusplus 47#ifdef __cplusplus
43extern "C" 48extern "C"
44{ 49{