diff --git a/cmake/helpers/CommonHeaderChecks.cmake b/cmake/helpers/CommonHeaderChecks.cmake index aab83f73f9..ac7dba8dff 100644 --- a/cmake/helpers/CommonHeaderChecks.cmake +++ b/cmake/helpers/CommonHeaderChecks.cmake @@ -74,6 +74,7 @@ HEADER_CHECK(mcheck.h HAVE_MCHECK_H) HEADER_CHECK(sys/types.h HAVE_SYS_TYPES_H) HEADER_CHECK(execinfo.h HAVE_EXECINFO_H) HEADER_CHECK(libunwind.h HAVE_UNWIND) +HEADER_CHECK(mtrace.h HAVE_MTRACE_H) function(EFL_HEADER_CHECKS_FINALIZE file) file(WRITE ${file} ${HEADER_FILE_CONTENT})