From 8f031d3c207bf7ae43c65c8bb718b79f0766a0c7 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 19 Sep 2017 22:19:04 +0900 Subject: [PATCH] Add "includedir_internal" to "PG_CPPFLAGS" --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 58f33654..95c1d2b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ all: \ repmgrd # When in development add -Werror -PG_CPPFLAGS = -std=gnu89 -I$(libpq_srcdir) -Wall -Wmissing-prototypes -Wmissing-declarations $(EXTRA_CFLAGS) +PG_CPPFLAGS = -std=gnu89 -I$(includedir_internal) -I$(libpq_srcdir) -Wall -Wmissing-prototypes -Wmissing-declarations $(EXTRA_CFLAGS) SHLIB_LINK = $(libpq) HEADERS = $(wildcard *.h)