opnsense-ports/databases/py-apsw/files/patch-src-apsw.c
Franco Fichtner bb16d1c169 */*: sync with upstream
Taken from: FreeBSD
2023-09-25 11:53:16 +02:00

11 lines
220 B
C

--- src/apsw.c.orig 2023-09-13 22:45:44 UTC
+++ src/apsw.c
@@ -102,7 +102,7 @@ API Reference
#ifdef _MSC_VER
#include <malloc.h>
#else
-#include <alloca.h>
+#include <stdlib.h>
#endif
/* Get the version number */