summaryrefslogtreecommitdiff
path: root/src/pam_radius_auth.h
diff options
context:
space:
mode:
authormweissen13 <mw@dermichi.com>2016-11-28 16:10:12 +0100
committermweissen13 <mw@dermichi.com>2016-11-28 16:10:12 +0100
commitd7a0fdf2c93ee136dadc658d1472af0f57db8025 (patch)
treed7ef0a438f430dc2aa698a288fd9e2a2bfb4bde2 /src/pam_radius_auth.h
parent1bff76afb3b893bb941762419daa2a14657c3b71 (diff)
downloadlibpam-radius-auth-d7a0fdf2c93ee136dadc658d1472af0f57db8025.tar.gz
libpam-radius-auth-d7a0fdf2c93ee136dadc658d1472af0f57db8025.zip
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 95f262c..698a4e9 100644
--- a/src/pam_radius_auth.h
+++ b/src/pam_radius_auth.h
@@ -21,6 +21,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>