summaryrefslogtreecommitdiff
path: root/databases/sqlite/patches/patch-ap
blob: 729b92115672df84ebb35ac762d7e9149aa15a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ap,v 1.1 2003/12/29 20:03:31 cjep Exp $

--- ../sqlite/src/table.c.orig	2003-05-17 01:05:50.000000000 +0100
+++ ../sqlite/src/table.c
@@ -18,6 +18,7 @@
 */
 #include <stdlib.h>
 #include <string.h>
+#include "os.h"
 #include "sqliteInt.h"
 
 /*