summaryrefslogtreecommitdiffstats
path: root/contrib/cmake/HeaderExists.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cmake/HeaderExists.cmake')
-rw-r--r--contrib/cmake/HeaderExists.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cmake/HeaderExists.cmake b/contrib/cmake/HeaderExists.cmake
index 9d0570e..810ac65 100644
--- a/contrib/cmake/HeaderExists.cmake
+++ b/contrib/cmake/HeaderExists.cmake
@@ -4,4 +4,5 @@ CHECK_INCLUDE_FILE(string.h HAS_STRING_H)
CHECK_INCLUDE_FILE(signal.h HAS_SIGNAL_H)
CHECK_INCLUDE_FILE(execinfo.h HAS_EXECINFO_H)
CHECK_INCLUDE_FILE(dlfcn.h HAS_DLFCN_H)
+CHECK_INCLUDE_FILE(stdint.h HAS_STDINT_H)