summaryrefslogtreecommitdiff
path: root/psql/psql/downstream/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'psql/psql/downstream/strlcpy.c')
-rw-r--r--psql/psql/downstream/strlcpy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/psql/psql/downstream/strlcpy.c b/psql/psql/downstream/strlcpy.c
new file mode 100644
index 0000000..c196963
--- /dev/null
+++ b/psql/psql/downstream/strlcpy.c
@@ -0,0 +1,6 @@
+/* file : psql/downstream/strlcpy.c -*- C -*-
+ * license : PostgreSQL License; see accompanying COPYRIGHT file
+ */
+#if !HAVE_DECL_STRLCPY
+# include <src/port/strlcpy.c>
+#endif