summaryrefslogtreecommitdiff
path: root/src/pam_radius_auth.h
diff options
context:
space:
mode:
authorAlan DeKok <aland@freeradius.org>2017-02-08 13:17:34 -0500
committerGitHub <noreply@github.com>2017-02-08 13:17:34 -0500
commit90872de4be001a23308731878fe5c073627b9728 (patch)
tree3601de36e81e1020e9595379a5fe5be57b47169b /src/pam_radius_auth.h
parentccdbb9d43e3dc799400716c310d0c1157255c239 (diff)
parentd7a0fdf2c93ee136dadc658d1472af0f57db8025 (diff)
downloadlibpam-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.h1
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>