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

--- ../sqlite/src/func.c.orig	2003-06-28 17:20:23.000000000 +0100
+++ ../sqlite/src/func.c
@@ -22,6 +22,7 @@
 #include <math.h>
 #include <stdlib.h>
 #include <assert.h>
+#include "os.h"
 #include "sqliteInt.h"
 
 /*