Add missing #include.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f080e493503285d86ad51007a29311c5afc39b71
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-03-14T15:46:59Z
Releases: 9.0.17
Add missing #include.

Commit 31400a673 and siblings added a check_stack_depth() call in
contrib/intarray/_int_bool.c, but neglected to note that in our oldest
branches that file didn't have the #include that defines that function.
This results in a fortunately-harmless compiler warning.  Per buildfarm.

Files

PathChange+/−
contrib/intarray/_int_bool.c modified +1 −0