summaryrefslogtreecommitdiffstats
path: root/xstd.c
diff options
context:
space:
mode:
Diffstat (limited to 'xstd.c')
-rw-r--r--xstd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/xstd.c b/xstd.c
index 52437901..7073dc50 100644
--- a/xstd.c
+++ b/xstd.c
@@ -23,6 +23,11 @@
#include "private.h"
+#ifdef __linux__
+extern size_t strlcpy(char *, const char *, size_t);
+extern size_t strlcat(char *, const char *, size_t);
+#endif
+
/*
* Contains wrappers for common functions to simplify their general
* usage throughout this codebase.