mirror of https://github.com/citusdata/citus.git
Fix build
parent
ac05e561ed
commit
6f6b1e11fb
|
@ -13,9 +13,9 @@
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "internal/c.h"
|
#include "../internal/c.h"
|
||||||
#include "libpq-fe.h"
|
#include "libpq-fe.h"
|
||||||
#include "internal/libpq-int.h"
|
#include "../internal/libpq-int.h"
|
||||||
|
|
||||||
#include "distributed/test_helper_functions.h"
|
#include "distributed/test_helper_functions.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue