Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/lang/colm/files/patch-src_bytecode.c
16461 views
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