summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rsyslog.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 59210753..2c3449ab 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -89,4 +89,9 @@ typedef enum rsObjectID rsObjID;
#else
#define RSFREEOBJ(x) {(x)->OID = OIDrsFreed; free(x);}
#endif
-#endif
+
+/* get rid of the unhandy "unsigned char"
+ */
+typedef unsigned char uchar;
+
+#endif /* multi-include protection */