90e83b7a7f
-- 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.
15 lines
340 B
Plaintext
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>
|