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

--- ../sqlite/src/vdbe.c.orig	2003-07-22 14:05:10.000000000 +0100
+++ ../sqlite/src/vdbe.c
@@ -40,4 +40,4 @@
 */
-#include "sqliteInt.h"
 #include "os.h"
+#include "sqliteInt.h"
 #include <ctype.h>