Add missing sb-rotate-byte dependency for SBCL.

This commit is contained in:
2012-10-23 11:15:07 +02:00
parent 4034a73008
commit 4ef338a0f2

View File

@ -15,4 +15,5 @@
:maintainer "Pierre R. Mai <pmai@pmsf.de>"
:licence "Public Domain"
:version "2.0.0"
#+sbcl :depends-on #+sbcl ("sb-rotate-byte")
:components ((:file "md5")))