about summary refs log tree commit diff
path: root/other/pamexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamexec.c')
-rw-r--r--other/pamexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/pamexec.c b/other/pamexec.c
index d14d8752..c3a1ee78 100644
--- a/other/pamexec.c
+++ b/other/pamexec.c
@@ -11,6 +11,7 @@
 
 ******************************************************************************/
 
+#define _DEFAULT_SOURCE 1  /* New name for SVID & BSD source defines */
 #define _BSD_SOURCE 1      /* Make sure strdup() is in string.h */
 #define _XOPEN_SOURCE 500  /* Make sure strdup() is in string.h */