aboutsummaryrefslogtreecommitdiffstats
path: root/lang/colm/files/patch-src_bytecode.c
blob: 2969302188dba91ca8744b117e217e87f776c202 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- workaround for https://github.com/adrian-thurston/colm/issues/152

--- src/bytecode.c.orig	2022-08-23 18:33:46 UTC
+++ src/bytecode.c
@@ -20,6 +20,8 @@
  * SOFTWARE.
  */
 
+#include "config.h"
+
 #include <colm/bytecode.h>
 
 #include <sys/types.h>