Include pg_config.h to get PG_VERSION_NUM.

This commit is contained in:
rpedela 2013-07-23 12:18:13 -06:00
parent cf07a4f2b4
commit 8129f19409

View File

@ -1,3 +1,4 @@
#include <pg_config.h>
#include <libpq-fe.h> #include <libpq-fe.h>
#include <node.h> #include <node.h>
#include <node_buffer.h> #include <node_buffer.h>