Define _FILE_OFFSET_BITS=64
[tfcrypt.git] / tfcrypt.h
index 6efb5e3c841ecb9cb834c321f24fe4ffeda84cfa..5c68552ebeaa92cc5d6d1de7b01e8027e69576e0 100644 (file)
--- a/tfcrypt.h
+++ b/tfcrypt.h
@@ -38,6 +38,9 @@
 #ifndef _LARGEFILE64_SOURCE
 #define _LARGEFILE64_SOURCE
 #endif
+#ifndef _FILE_OFFSET_BITS
+#define _FILE_OFFSET_BITS 64
+#endif
 
 #ifndef _TFCRYPT_VERSION
 #error Version number may help you to identify missing functionality.