summaryrefslogtreecommitdiff
path: root/test/src/decompress-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/decompress-tests.el')
-rw-r--r--test/src/decompress-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/decompress-tests.el b/test/src/decompress-tests.el
index 1d25cf2f66b..708d91487e5 100644
--- a/test/src/decompress-tests.el
+++ b/test/src/decompress-tests.el
@@ -23,6 +23,8 @@
(require 'ert)
+(declare-function zlib-decompress-region "decompress.c")
+
(defvar zlib-tests-data-directory
(expand-file-name "data/decompress" (getenv "EMACS_TEST_DIRECTORY"))
"Directory containing zlib test data.")