aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_postgres_lib.h
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/gnunet_postgres_lib.h
parenta89fed181cc0b752edad727edd33e5b0c3f50719 (diff)
downloadgnunet-904c52b2f3ae39e324d548e68179cd6af2b06833.tar.gz
gnunet-904c52b2f3ae39e324d548e68179cd6af2b06833.zip
postgresql cflags
Diffstat (limited to 'src/include/gnunet_postgres_lib.h')
-rw-r--r--src/include/gnunet_postgres_lib.h2
1 files changed, 1 insertions, 1 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"