From b87e7e57c9eebeef3e224899110029e6f5fc40eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 7 Mar 2017 01:23:37 +0100 Subject: [PATCH] Add a missing include. --- pam/pam_otp/pam_otp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pam/pam_otp/pam_otp.c b/pam/pam_otp/pam_otp.c index 0a1ad28..c60752e 100644 --- a/pam/pam_otp/pam_otp.c +++ b/pam/pam_otp/pam_otp.c @@ -31,6 +31,8 @@ #define PAM_SM_AUTH +#include + #include #include