Skip to content

Commit

Permalink
Trivial change to add sb-md5 REQUIRE.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcons committed Oct 4, 2009
1 parent 5d50fe2 commit 1fed781
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.lisp
@@ -1,5 +1,8 @@

#+sbcl(require :sb-posix)
#+sbcl
(progn
(require :sb-posix)
(require :sb-md5))
(require :trivial-backtrace)
(require :cl-store)
(require :cl-json)
Expand Down

0 comments on commit 1fed781

Please sign in to comment.