Add missing pg_config.h header

This commit is contained in:
Joris Vink 2014-07-04 09:03:19 +02:00
parent 8e0ab8cc61
commit 8b20dec081
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <sys/queue.h>
#include <libpq-fe.h>
#include <postgresql/pg_config.h>
#include "kore.h"
#include "http.h"