mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html
11 lines
220 B
C
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 */
|