summaryrefslogtreecommitdiff
path: root/test/src/inotify-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/inotify-tests.el')
-rw-r--r--test/src/inotify-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/inotify-tests.el b/test/src/inotify-tests.el
index 70330ac8657..ea1951b8898 100644
--- a/test/src/inotify-tests.el
+++ b/test/src/inotify-tests.el
@@ -28,6 +28,7 @@
(declare-function inotify-add-watch "inotify.c" (file-name aspect callback))
(declare-function inotify-rm-watch "inotify.c" (watch-descriptor))
+(declare-function inotify-valid-p "inotify.c" (watch-descriptor))
(ert-deftest inotify-valid-p-simple ()
"Simple tests for `inotify-valid-p'."