summaryrefslogtreecommitdiff
path: root/databases/sqlite/patches/patch-an
blob: 4c1b4d90d317dc80e84d844b42432f05c1cd7853 (plain)
1
2
3
4
5
6
7
8
$NetBSD: patch-an,v 1.2 2003/12/30 14:41:09 cjep Exp $

--- ../sqlite/src/pragma.c.orig	2003-06-16 00:42:24.000000000 +0100
+++ ../sqlite/src/pragma.c
@@ -15,2 +15,3 @@
 */
+#include "os.h"
 #include "sqliteInt.h"