File: syslog-h.diff

package info (click to toggle)
libpam-alreadyloggedin 0.3-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 184 kB
  • sloc: ansic: 497; python: 239; makefile: 83
file content (15 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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