From 40b8343312b7e07d9ed7f8392f05ab1d822353ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 3 Feb 2006 12:14:56 +0000 Subject: [PATCH] Should fix the build under FreeBSD, problem reported by Alexander Deynichenko. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16215 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/build/BeOSBuildCompatibility.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/build/BeOSBuildCompatibility.h b/headers/build/BeOSBuildCompatibility.h index d3589bd97a..6a84253644 100644 --- a/headers/build/BeOSBuildCompatibility.h +++ b/headers/build/BeOSBuildCompatibility.h @@ -14,6 +14,7 @@ extern "C" { // Is kernel-only under Linux. extern size_t strlcpy(char *dest, const char *source, size_t length); +extern size_t strlcat(char *dest, const char *source, size_t length); // BeOS only extern ssize_t read_pos(int fd, off_t pos, void *buffer, size_t count);