openbsd-ports/databases/ocaml-sqlite3/patches/patch-sqlite3_stubs_c

15 lines
340 B
Plaintext
Raw Normal View History

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