summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-18 11:47:14 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-18 11:47:14 +0100
commitff192e5b3cea37863d3a080ad993ad3233a852b6 (patch)
tree560a2422371d168ae0f22b3f7db5e59811ec1c1a /plugins
parentb097e889a14de1341262e53c70451f67bbe077ab (diff)
downloadrsyslog-ff192e5b3cea37863d3a080ad993ad3233a852b6.tar.gz
rsyslog-ff192e5b3cea37863d3a080ad993ad3233a852b6.tar.bz2
rsyslog-ff192e5b3cea37863d3a080ad993ad3233a852b6.zip
bugfix: mmanon did not build on some platforms (e.g. Ubuntu)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mmanon/mmanon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mmanon/mmanon.c b/plugins/mmanon/mmanon.c
index fc0c8a03..a1c99d09 100644
--- a/plugins/mmanon/mmanon.c
+++ b/plugins/mmanon/mmanon.c
@@ -29,6 +29,7 @@
#include <signal.h>
#include <errno.h>
#include <unistd.h>
+#include <stdint.h>
#include "conf.h"
#include "syslogd-types.h"
#include "srUtils.h"