Patch for strlen and exit errors identified by FORTIFY_SOURCE patch generated by David J Cozatt --- bin86-0.16.17/ld//catimage.c +++ bin86-0.16.17/ld//catimage.c @@ -21,6 +21,7 @@ */ #include +#include #include "x86_aout.h" #ifndef __OUT_OK --- bin86-0.16.17/ld//dumps.c +++ bin86-0.16.17ld//dumps.c @@ -6,6 +6,7 @@ #include "obj.h" #include "type.h" #include "globvar.h" +#include /* print list of modules and whether they are loaded */ --- bin86-0.16.17/ld//objchop.c +++ bin86-0.16.17/ld//objchop.c @@ -1,5 +1,6 @@ #include +#include #include "x86_aout.h" #ifndef __OUT_OK