Define _DEFAULT_SOURCE.
[tfcrypt.git] / tfcrypt.h
index 19aa726ee022dda096fd8d6a76d2612232e50c75..c469638f01e07172809c16993328c77fbab3c846 100644 (file)
--- a/tfcrypt.h
+++ b/tfcrypt.h
@@ -29,6 +29,9 @@
 #ifndef _TFCRYPT_H
 #define _TFCRYPT_H
 
+#ifndef _DEFAULT_SOURCE
+#define _DEFAULT_SOURCE
+#endif
 #ifndef _BSD_SOURCE
 #define _BSD_SOURCE
 #endif