summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-04-24 11:42:47 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-04-24 11:42:47 +0200
commit8557250bce74e18681b8d569298846be2200a35a (patch)
tree156e694475234cb98738e1d3a6b2ea9454314d63
parent9c54bf41d02ba236137859ea5f12d6f048647349 (diff)
downloadrsyslog-8557250bce74e18681b8d569298846be2200a35a.tar.gz
rsyslog-8557250bce74e18681b8d569298846be2200a35a.tar.bz2
rsyslog-8557250bce74e18681b8d569298846be2200a35a.zip
fix invalid include dependency in encryption support
-rw-r--r--runtime/libgcry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libgcry.h b/runtime/libgcry.h
index 83aa80cc..b77b0f9e 100644
--- a/runtime/libgcry.h
+++ b/runtime/libgcry.h
@@ -20,7 +20,7 @@
*/
#ifndef INCLUDED_LIBGCRY_H
#define INCLUDED_LIBGCRY_H
-#include <gt_base.h>
+#include <stdint.h>
struct gcryctx_s {