K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-10-16T15:35:58.213805Z K 7 svn:log V 488 converters/pdf2djvu: fix build on GCC architectures When compiling with GCC, as used on GCC architectures, it errors with: sys-uuid.cc:96:12: error: 'strlen' was not declared in this scope assert(strlen(s) == 36U); ^~~~~~ sys-uuid.cc:96:12: note: 'strlen' is defined in header ''; did you forget to '#include '? PR: 238780 Approved by: samy.mahmoudi@gmail.com (maintainer timeout), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D22025 END