summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-15 19:20:02 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-15 19:20:02 -0500
commit161491fac6d3d0b272c0480f22f2dce3569787b2 (patch)
tree270de4c88ae6920eb361114819df35c35afa7e5a
parent64fdd666ffad209bf51b73530b80e6868507e67c (diff)
downloadtdelibs-161491fac6d3d0b272c0480f22f2dce3569787b2.tar.gz
tdelibs-161491fac6d3d0b272c0480f22f2dce3569787b2.zip
Fix FTBFS on Precise
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4621f92f5..51e85fa0a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -698,6 +698,7 @@ if( WITH_CRYPTSETUP )
set( HAVE_CRYPTSETUP 1 )
if ( HAVE_CRYPTSETUP )
check_c_source_compiles("
+ #include <stddef.h>
#include <libcryptsetup.h>
int main(int argc, char *argv[]) { crypt_keyslot_info status = CRYPT_SLOT_INVALID; return 0; } "
HAVE_NEW_CRYPTSETUP )