Include for the strcmp function. This avoids an implicit function declaration and build failures with future compilers that no longer support them by default. diff -ur man-1.6g.orig/src/makemsg.c man-1.6g/src/makemsg.c --- man-1.6g.orig/src/makemsg.c 2006-08-02 20:11:44.000000000 +0200 +++ man-1.6g/src/makemsg.c 2023-02-07 19:14:51.354523820 +0100 @@ -20,6 +20,7 @@ #include #include #include +#include #ifdef __QNX__ #include #endif