diff options
-rw-r--r-- | source3/pam_smbpass/general.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/source3/pam_smbpass/general.h b/source3/pam_smbpass/general.h index 6e13f8d936..c3e4b8bade 100644 --- a/source3/pam_smbpass/general.h +++ b/source3/pam_smbpass/general.h @@ -21,13 +21,10 @@ #define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR #endif -#include <stdio.h> -#include <stdlib.h> -#include <syslog.h> -#include <unistd.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <sys/wait.h> +#include "replace.h" +#include "system/filesys.h" +#include "system/wait.h" +#include "system/syslog.h" /* * here is the string to inform the user that the new passwords they |