diff --git a/package.lisp b/package.lisp
index 0344e51..66524ca 100644
--- a/package.lisp
+++ b/package.lisp
@@ -23,6 +23,7 @@
:bordeaux-threads
:cffi
:cffi-errno
+ :cffi-stat
:cl-debug
:cl-stream
:common-lisp
diff --git a/thot.asd b/thot.asd
index 111492c..1043f50 100644
--- a/thot.asd
+++ b/thot.asd
@@ -19,6 +19,7 @@
"cffi-dirent"
#+linux "cffi-epoll"
"cffi-socket"
+ "cffi-stat"
"cl-debug"
"cl-stream"
"html-entities"