summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/controller/actions/selection_from_db.sqc2
-rw-r--r--src/model/data/base.sqc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/controller/actions/selection_from_db.sqc b/src/controller/actions/selection_from_db.sqc
index 675bc2c..8e52bd2 100644
--- a/src/controller/actions/selection_from_db.sqc
+++ b/src/controller/actions/selection_from_db.sqc
@@ -19,7 +19,7 @@ selection_from_db (void)
* db2dclgn -d exp004 -t vis_sel_set
*/
EXEC SQL BEGIN DECLARE SECTION;
- EXEC SQL INCLUDE 'controller/actions/vis_sel_set.h';
+ EXEC SQL INCLUDE vis_sel_set;
EXEC SQL END DECLARE SECTION;
EXEC SQL DECLARE c3 CURSOR FOR

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.