summaryrefslogtreecommitdiff
path: root/psql/psql/downstream/strlcat.c
blob: 97b0cc35e795e3a6deba92bda9e400a2418f61f1 (plain)
1
2
3
4
5
6
/* file      : psql/downstream/strlcat.c -*- C -*-
 * license   : PostgreSQL License; see accompanying COPYRIGHT file
 */
#if !HAVE_DECL_STRLCAT
# include <src/port/strlcat.c>
#endif