Discard return values of watch functions.
[cl-inotify.git] / cl-inotify.asd
index f35ddbf..1f9e6e9 100644 (file)
   :long-description "Binding to the Linux inotify(7) API."
   :author "Olof-Joachim Frahm <olof@macrolet.net>"
   :license "Simplified BSD License"
-  :depends-on (#:cffi #:binary-types #:trivial-utf-8)
+  :depends-on (#:cffi
+               #:binary-types
+               #:trivial-utf-8
+               #:osicat)
   :serial T
   :components ((:file "package")
-              (cffi-grovel:grovel-file "grovel")
-              (:file "inotify")))
+               (cffi-grovel:grovel-file "grovel")
+               (:file "inotify")))