* src/engine/engine.scm: fix for new g-wrap.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6561 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2002-01-09 21:41:02 +00:00
parent 6c53fb5c23
commit 5a80312bb2

View File

@ -1,6 +1,8 @@
(define-module (gnucash engine))
(use-modules (g-wrap gw-wct))
(use-modules (g-wrapped gw-engine))
(use-modules (g-wrapped gw-runtime))
(export GNC-RND-FLOOR)
(export GNC-RND-CEIL)