diff options
author | Alan DeKok <aland@freeradius.org> | 2017-02-08 13:17:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-08 13:17:34 -0500 |
commit | 90872de4be001a23308731878fe5c073627b9728 (patch) | |
tree | 3601de36e81e1020e9595379a5fe5be57b47169b /src/pam_radius_auth.h | |
parent | ccdbb9d43e3dc799400716c310d0c1157255c239 (diff) | |
parent | d7a0fdf2c93ee136dadc658d1472af0f57db8025 (diff) | |
download | libpam-radius-auth-90872de4be001a23308731878fe5c073627b9728.tar.gz libpam-radius-auth-90872de4be001a23308731878fe5c073627b9728.zip |
Merge pull request #25 from mweissen13/master
Replaced select with poll to allow file descriptors >FD_SETSIZE
Diffstat (limited to 'src/pam_radius_auth.h')
-rw-r--r-- | src/pam_radius_auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pam_radius_auth.h b/src/pam_radius_auth.h index 0882c53..aa4e841 100644 --- a/src/pam_radius_auth.h +++ b/src/pam_radius_auth.h @@ -24,6 +24,7 @@ #include <netdb.h> #include <fcntl.h> #include <arpa/inet.h> +#include <poll.h> #if defined(HAVE_SECURITY_PAM_APPL_H) # include <security/pam_appl.h> |