about summary refs log tree commit diff stats
path: root/cxdrt.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'cxdrt.lisp')
-rw-r--r--cxdrt.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cxdrt.lisp b/cxdrt.lisp
index 6c84657..3e95334 100644
--- a/cxdrt.lisp
+++ b/cxdrt.lisp
@@ -1,3 +1,6 @@
+;;; Depends on the "frpc" package from QuickLisp
+(ql:quickload "frpc")
+
 (defun xwrt (fname)
   (with-open-file (f fname :direction :output :if-exists :supersede :element-type '(unsigned-byte 8))
     (frpc:write-xtype :int32 f 1234)