opnsense-ports/lang/colm/files/patch-src_bytecode.c
Franco Fichtner 32dc34014a */*: sync with upstream
Taken from: FreeBSD
2022-11-25 13:10:02 +01:00

13 lines
252 B
C

- 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>