Commit Diff
--- compat/include/string.h +++ compat/include/string.h @@ -8,6 +8,8 @@ #ifndef DIFFCOMPAT_STRING_H #define DIFFCOMPAT_STRING_H +#include <sys/types.h> + size_t strlcpy(char *dst, const char *src, size_t dstsize); size_t strlcat(char *dst, const char *src, size_t dstsize);