blob: 4daa6553c2edac289c46fad2e23033a18d463b72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- sqlite3_stubs.c.orig Mon Feb 27 20:51:46 2006
+++ sqlite3_stubs.c Mon Feb 27 23:23:43 2006
@@ -24,7 +24,10 @@
#include <stdio.h>
#include <string.h>
+/* FIXME: This should go into configure script. */
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
+#endif
#include <caml/mlvalues.h>
#include <caml/memory.h>
|