summaryrefslogtreecommitdiff
blob: 671482dc191aab02fb27898263441acf4824f3b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
Fix build with >cmake-3.4

Gentoo-bug: 569602

--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -1,3 +1,4 @@
+include(CheckIncludeFiles)
 include(CheckTypeSize)
 include(FindPkgConfig)