summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 2c57e7a4..6837c9d1 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -43,6 +43,11 @@
# define _FILE_OFFSET_BITS 64
#endif
+
+/* some universal 64 bit define... */
+typedef long long int64;
+typedef long long unsigned uint64;
+
/* 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 ;)