kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 8b20dec0816f97df0ba53ee854ea0bb9b6f0cbc1
parent 8e0ab8cc61646cf973e526996d02958214b6d74b
Author: Joris Vink <joris@coders.se>
Date:   Fri,  4 Jul 2014 09:03:19 +0200

Add missing pg_config.h header

Diffstat:
src/pgsql.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/pgsql.c b/src/pgsql.c @@ -18,6 +18,7 @@ #include <sys/queue.h> #include <libpq-fe.h> +#include <postgresql/pg_config.h> #include "kore.h" #include "http.h"