1- workaround for https://github.com/adrian-thurston/colm/issues/152 2 3--- src/bytecode.c.orig 2022-08-23 18:33:46 UTC 4+++ src/bytecode.c 5@@ -20,6 +20,8 @@ 6 * SOFTWARE. 7 */ 8 9+#include "config.h" 10+ 11 #include <colm/bytecode.h> 12 13 #include <sys/types.h> 14 15