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

--- ../sqlite/src/hash.c.orig	2003-05-13 00:06:53.000000000 +0100
+++ ../sqlite/src/hash.c
@@ -16,2 +16,3 @@
 */
+#include "os.h"
 #include "sqliteInt.h"