blob: 2a8f108ed159c9792e20c84ce10209842755f48a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ed,v 1.1 2002/03/29 21:00:11 mrauch Exp $
--- ../connectivity/source/parse/sqlflex.l.orig Thu Sep 27 06:12:35 2001
+++ ../connectivity/source/parse/sqlflex.l
@@ -38,7 +38,7 @@
#define SQLYYDEBUG 1
#endif
-#include "connectivity/sqlbison.hxx"
+#include "sqlbison.hxx"
#endif
#ifndef _CONNECTIVITY_SQLSCAN_HXX
#include "sqlscan.hxx"
|