]> granicus.if.org Git - postgresql/commit
Add missing #include.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Mar 2014 15:47:03 +0000 (11:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Mar 2014 15:47:03 +0000 (11:47 -0400)
commit810d6df0818dae0df98e54b1f52365ba00ace2b2
treebfcc6fd18e8fa001026f2dfce13568075be61c25
parent172c53e924021791621e97afd2e88eeea5ce5418
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.
contrib/intarray/_int_bool.c