Description: add missing include of the syslog.h header
Author: Jakub Wilk <jwilk@debian.org>
Last-Update: 2014-02-21

--- a/pam_alreadyloggedin.c
+++ b/pam_alreadyloggedin.c
@@ -71,6 +71,8 @@
 #include <security/pam_modules.h>
 #include <security/pam_misc.h>
 
+#include <syslog.h>
+
 /*--------  Reporting  ---------*/
 
 #ifdef DEBUG
