summaryrefslogtreecommitdiffstats
path: root/omfwd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-27 13:04:38 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-27 13:04:38 +0000
commit25f911954f1c2a72dade9dff5d1ebeb8be2d0783 (patch)
tree580fddf3eb7c0529bd774d5a880725db27943a8e /omfwd.c
parent57ebcb05f5510ba6ac41875e5363987766acd938 (diff)
downloadrsyslog-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 'omfwd.c')
-rw-r--r--omfwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omfwd.c b/omfwd.c
index 16f30f16..dc530776 100644
--- a/omfwd.c
+++ b/omfwd.c
@@ -52,7 +52,7 @@
#include <fcntl.h>
#endif
#ifdef USE_GSSAPI
-#include <gssapi.h>
+#include <gssapi/gssapi.h>
#endif
#include "syslogd.h"
#include "syslogd-types.h"