]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - login-utils/newgrp.c
Imported from util-linux-2.8 tarball.
[thirdparty/util-linux.git] / login-utils / newgrp.c
index 65dd00d950eaf550898989ab6ce32bfc8d3ab2db..5c26a4a0e563c4512af54789a4327f8bb9ecee59 100644 (file)
@@ -3,7 +3,6 @@
 /* Vesa Roukonen added code for asking password */
 /* Currently maintained at ftp://ftp.daimi.aau.dk/pub/linux/poe/ */
 
-#define _XOPEN_SOURCE          /* for crypt() */
 #include <unistd.h>
 #include <pwd.h>
 #include <grp.h>
@@ -11,6 +10,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include "pathnames.h"
+#include "my_crypt.h"
 
 #ifndef TRUE
 # define TRUE 1