1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-21 15:54:41 +01:00

include pwd.h in util.h

This commit is contained in:
Klas Lindfors 2015-09-09 08:24:57 +02:00
parent 37f8788073
commit 70f27b98a2
4 changed files with 1 additions and 3 deletions

View File

@ -40,7 +40,6 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <pwd.h>
#include "util.h"
#include "drop_privs.h"

1
util.c
View File

@ -38,7 +38,6 @@
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <pwd.h>
#include <unistd.h>
#include "util.h"

1
util.h
View File

@ -36,6 +36,7 @@
#include <stdio.h>
#include <stdint.h>
#include <pwd.h>
#if defined(DEBUG_PAM)
# if defined(HAVE_SECURITY__PAM_MACROS_H)

View File

@ -34,7 +34,6 @@
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>
#include <string.h>
#include <errno.h>
#include <sys/stat.h>