blob: 98078a9a0d08e60309fff80473203aeb75ea7659 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-aa,v 1.9 2009/07/22 16:37:26 drochner Exp $
--- ../sqlite-2.8.17/src/sqliteInt.h.orig 2005-02-14 01:22:06.000000000 +0100
+++ ../sqlite-2.8.17/src/sqliteInt.h
@@ -15,4 +15,5 @@
*/
#include "config.h"
+#include "os.h"
#include "sqlite.h"
#include "hash.h"
|