From c11ebe8974309a441ae49ae8116eccb17c61fa5f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 11 Apr 2020 00:28:05 -0400 Subject: Include protoypes for compat implementations --- include/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'include/CMakeLists.txt') diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index a7a1f72..68ca824 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -3,6 +3,7 @@ install( ${CMAKE_BINARY_DIR}/include/config.h archive.h checksum.h + compat.h conf.h environment.h find.h -- cgit