summaryrefslogtreecommitdiff
path: root/libpq/libpq/strlcpy.c
blob: 2dd9f296c162adf63060e9bb8638fc7d84a84f44 (plain)
1
2
3
4
5
6
/* file      : libpq/strlcpy.c -*- C -*-
 * license   : PostgreSQL License; see accompanying COPYRIGHT file
 */
#if !HAVE_DECL_STRLCPY
# include <port/strlcpy.c>
#endif