aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-09-30 15:07:38 +0000
committerGabor X Toth <*@tg-x.net>2016-09-30 15:07:38 +0000
commit904c52b2f3ae39e324d548e68179cd6af2b06833 (patch)
treebcdea9c94e295921b47a25c5c35e091d5aa82e2e /src/include
parenta89fed181cc0b752edad727edd33e5b0c3f50719 (diff)
downloadgnunet-904c52b2f3ae39e324d548e68179cd6af2b06833.tar.gz
gnunet-904c52b2f3ae39e324d548e68179cd6af2b06833.zip
postgresql cflags
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_postgres_lib.h2
-rw-r--r--src/include/gnunet_pq_lib.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_postgres_lib.h b/src/include/gnunet_postgres_lib.h
index c20860681..66fc2a5df 100644
--- a/src/include/gnunet_postgres_lib.h
+++ b/src/include/gnunet_postgres_lib.h
@@ -31,7 +31,7 @@
31#define GNUNET_POSTGRES_LIB_H 31#define GNUNET_POSTGRES_LIB_H
32 32
33#include "gnunet_util_lib.h" 33#include "gnunet_util_lib.h"
34#include <postgresql/libpq-fe.h> 34#include <libpq-fe.h>
35 35
36#ifdef __cplusplus 36#ifdef __cplusplus
37extern "C" 37extern "C"
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index 753310b28..33a3e5425 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -21,7 +21,7 @@
21#ifndef GNUNET_PQ_LIB_H_ 21#ifndef GNUNET_PQ_LIB_H_
22#define GNUNET_PQ_LIB_H_ 22#define GNUNET_PQ_LIB_H_
23 23
24#include <postgresql/libpq-fe.h> 24#include <libpq-fe.h>
25#include "gnunet_util_lib.h" 25#include "gnunet_util_lib.h"
26 26
27 27