diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-27 13:04:38 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-27 13:04:38 +0000 |
commit | 25f911954f1c2a72dade9dff5d1ebeb8be2d0783 (patch) | |
tree | 580fddf3eb7c0529bd774d5a880725db27943a8e /tcpsyslog.h | |
parent | 57ebcb05f5510ba6ac41875e5363987766acd938 (diff) | |
download | rsyslog-25f911954f1c2a72dade9dff5d1ebeb8be2d0783.tar.gz rsyslog-25f911954f1c2a72dade9dff5d1ebeb8be2d0783.tar.xz rsyslog-25f911954f1c2a72dade9dff5d1ebeb8be2d0783.zip |
applied cross-platform patch from darix to facilitate GSS-API compile on
more platforms
Diffstat (limited to 'tcpsyslog.h')
-rw-r--r-- | tcpsyslog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpsyslog.h b/tcpsyslog.h index a68e8934..68b4a9c1 100644 --- a/tcpsyslog.h +++ b/tcpsyslog.h @@ -25,7 +25,7 @@ #define TCPSYSLOG_H_INCLUDED 1 #if defined(SYSLOG_INET) && defined(USE_GSSAPI) -#include <gssapi.h> +#include <gssapi/gssapi.h> #endif struct TCPSession { |