@@ -, +, @@ --- cdrecord/cdrecord.c | 4 ++++ 1 file changed, 4 insertions(+) --- a/cdrecord/cdrecord.c +++ a/cdrecord/cdrecord.c @@ -61,6 +61,10 @@ static UConst char sccsid[] = #include #endif +#if defined(HAVE_MLOCKALL) +#include +#endif + #include "version.h" char cdr_version[] = VERSION; --