$NetBSD: patch-src_include_Makefile,v 1.1 2018/10/23 16:02:51 adam Exp $

Install includes from 'jit'; needed for postgresql-contrib.

--- src/include/Makefile.orig	2018-10-23 15:02:17.000000000 +0000
+++ src/include/Makefile
@@ -18,7 +18,7 @@ all: pg_config.h pg_config_ext.h pg_conf
 
 # Subdirectories containing installable headers
 SUBDIRS = access bootstrap catalog commands common datatype \
-	executor fe_utils foreign \
+	executor fe_utils foreign jit \
 	lib libpq mb nodes optimizer parser partitioning postmaster \
 	regex replication rewrite \
 	statistics storage tcop snowball snowball/libstemmer tsearch \
