[fdo-commits] r780 -
branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Tue Mar 6 15:21:19 EST 2007
Author: brentrobinson
Date: 2007-03-06 15:21:18 -0500 (Tue, 06 Mar 2007)
New Revision: 780
Modified:
branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/ConnectionUtil.h
Log:
fixed linux build
Modified: branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/ConnectionUtil.h
===================================================================
--- branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/ConnectionUtil.h 2007-03-06 13:36:53 UTC (rev 779)
+++ branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/ConnectionUtil.h 2007-03-06 20:21:18 UTC (rev 780)
@@ -21,7 +21,11 @@
#include <Sm/SchemaManager.h>
#include "../Gdbi/GdbiConnection.h"
+#ifdef RDBI_DEF_SA_ORA
+#include <inc/rdbi/proto.h>
+#else
#include <Inc/Rdbi/proto.h>
+#endif
#include "UnitTestUtil.h"
#define UNITTEST_VERSION_NAME L"Granite"
More information about the fdo-commits
mailing list