From: Christos Tsantilas Date: Tue, 24 Jan 2017 17:16:56 +0000 (+0200) Subject: r15014: fix build issue on fedora-22 and FreeBSD-10/clang X-Git-Tag: M-staged-PR71~300 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17e5b1b118b1ae8a7d3fb5fefe8978f5c3f58cf3;p=thirdparty%2Fsquid.git r15014: fix build issue on fedora-22 and FreeBSD-10/clang --- diff --git a/src/Makefile.am b/src/Makefile.am index 8589aa4b98..9172905f93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1433,6 +1433,7 @@ tests_testDiskIO_SOURCES = \ ConfigOption.cc \ ConfigParser.cc \ $(DELAY_POOL_SOURCE) \ + FadingCounter.cc \ fs_io.h \ fs_io.cc \ tests/stub_ETag.cc \