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);