diff options
Diffstat (limited to 'src/interp/lisplib.boot')
-rw-r--r-- | src/interp/lisplib.boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/lisplib.boot b/src/interp/lisplib.boot index 47e4b666..69caf0d0 100644 --- a/src/interp/lisplib.boot +++ b/src/interp/lisplib.boot @@ -30,6 +30,8 @@ -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +import '"nlib" +import '"c-util" )package "BOOT" --% Standard Library Creation Functions |