openbsd-ports/databases/ocaml-sqlite3/patches/patch-sqlite3_stubs_c
avsm 90e83b7a7f initial import of ocaml-sqlite3-0.2.0
--
OCaml bindings to the SQLite 3 database access library.  The current
version provides low level access to the SQL queries and data
transfer.  Aggregate/user-defined SQL function support is not
implemented.
2006-06-01 01:20:25 +00:00

15 lines
340 B
Plaintext

$OpenBSD: patch-sqlite3_stubs_c,v 1.1.1.1 2006/06/01 01:20:25 avsm Exp $
--- sqlite3_stubs.c.orig Mon May 29 05:54:50 2006
+++ sqlite3_stubs.c Mon May 29 05:56:12 2006
@@ -24,7 +24,10 @@
#include <stdio.h>
#include <string.h>
+
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
+#endif
#include <caml/mlvalues.h>
#include <caml/memory.h>