]> granicus.if.org Git - postgresql/commit
Add missing #include directive: pg_constraint.h declares some functions
authorNeil Conway <neilc@samurai.com>
Wed, 28 Jun 2006 22:11:01 +0000 (22:11 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 28 Jun 2006 22:11:01 +0000 (22:11 +0000)
commit4252f835addf955ad6bba4a1fd6f38f8a8726d95
tree9c17be8996cccc25d4a80e673c13aabae26f1613
parent711e0c63bb893034b22d2ea9114d3c49399c4ccf
Add missing #include directive: pg_constraint.h declares some functions
whose prototypes include the "List" type, so it ought to include the
list header file.
src/include/catalog/pg_constraint.h