summaryrefslogtreecommitdiff
path: root/src/mint
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint')
-rw-r--r--src/mint/Makefile.am2
-rw-r--r--src/mint/mint_db.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am
index d1a68e590..9bb554a48 100644
--- a/src/mint/Makefile.am
+++ b/src/mint/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/pq/ $(POSTGRESQL_CPPFLAGS)
lib_LTLIBRARIES = \
libtalermint_common.la
diff --git a/src/mint/mint_db.c b/src/mint/mint_db.c
index 35f803e1b..0f233a5ae 100644
--- a/src/mint/mint_db.c
+++ b/src/mint/mint_db.c
@@ -13,14 +13,13 @@
You should have received a copy of the GNU General Public License along with
TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
*/
-
/**
* @file mint_db.c
* @brief Database access for the mint
* @author Florian Dold
*/
#include "platform.h"
-#include "taler_db_lib.h"
+#include "db_pq.h"
#include "taler_signatures.h"
#include "taler-mint-httpd_responses.h"
#include "mint_db.h"