summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 3fa5c52d..c5d352d8 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -49,6 +49,10 @@ typedef long long int64;
typedef long long unsigned uint64;
typedef int64 number_t; /* type to use for numbers - TODO: maybe an autoconf option? */
+#ifdef __hpux
+typedef unsigned int u_int32_t; /* TODO: is this correct? */
+#endif
+
/* The error codes below are orginally "borrowed" from
* liblogging. As such, we reserve values up to -2999
* just in case we need to borrow something more ;)