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

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