summaryrefslogtreecommitdiffstats
path: root/omfwd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-27 13:03:36 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-27 13:03:36 +0000
commitc7b246e3b64b79f588f364d904cdb1337eccd91b (patch)
tree591d2e49f0f14314c1fa60795b1723c619ef2410 /omfwd.c
parent6388928e6903089a4a794283368cd7d98354e7f0 (diff)
downloadrsyslog-c7b246e3b64b79f588f364d904cdb1337eccd91b.tar.gz
rsyslog-c7b246e3b64b79f588f364d904cdb1337eccd91b.tar.xz
rsyslog-c7b246e3b64b79f588f364d904cdb1337eccd91b.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 fab95155..d026cde1 100644
--- a/omfwd.c
+++ b/omfwd.c
@@ -49,7 +49,7 @@
#endif
#include <pthread.h>
#ifdef USE_GSSAPI
-#include <gssapi.h>
+#include <gssapi/gssapi.h>
#endif
#include "syslogd.h"
#include "syslogd-types.h"