musl-include-checksum-header-file.patch (344B)
1 diff --git a/genisoimage/genisoimage.c b/genisoimage/genisoimage.c 2 index 46f0cb7..873ebf0 100644 3 --- a/genisoimage/genisoimage.c 4 +++ b/genisoimage/genisoimage.c 5 @@ -86,6 +86,10 @@ extern char *optarg; 6 #include <langinfo.h> 7 #endif 8 9 +#ifdef JIGDO_TEMPLATE 10 +#include "checksum.h" 11 +#endif 12 + 13 struct directory *root = NULL; 14 int path_ind; 15