From 718438a9eaf94ea0aaed01dad74c5dfee7f9d32b Mon Sep 17 00:00:00 2001 From: jvdias Date: Tue, 7 Feb 2006 23:47:10 +0000 Subject: [PATCH] includes no longer included syslog.h - add --- pegasus-2.5-syslog_h.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pegasus-2.5-syslog_h.patch diff --git a/pegasus-2.5-syslog_h.patch b/pegasus-2.5-syslog_h.patch new file mode 100644 index 0000000..467d9d9 --- /dev/null +++ b/pegasus-2.5-syslog_h.patch @@ -0,0 +1,11 @@ +--- pegasus-2.5/src/Pegasus/Security/Authentication/PAMBasicAuthenticatorUnix.cpp.syslog_h 2006-02-07 17:31:36.000000000 -0500 ++++ pegasus-2.5/src/Pegasus/Security/Authentication/PAMBasicAuthenticatorUnix.cpp 2006-02-07 17:34:57.000000000 -0500 +@@ -46,6 +46,8 @@ + #include + #endif + ++#include ++ + #if defined (PEGASUS_USE_PAM_STANDALONE_PROC) + #include + #include