$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