1--- src/imageformats/configure.json.orig 2023-01-03 22:24:44 UTC 2+++ src/imageformats/configure.json 3@@ -19,6 +19,7 @@ 4 "headers": "jasper/jasper.h", 5 "test": { 6 "include": [ 7+ "cstddef", 8 "string.h", 9 "jasper/jasper.h" 10 ], 11@@ -41,6 +42,9 @@ 12 "mng": { 13 "headers": "libmng.h", 14 "test": { 15+ "head": [ 16+ "#define register" 17+ ], 18 "include": [ 19 "stdio.h", 20 "libmng.h" 21