aboutsummaryrefslogtreecommitdiffstats
path: root/udp514-journal.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-09-04 11:45:01 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-09-04 11:45:01 +0200
commitaedd6f6551da38c90135c9b607143909981bf4b7 (patch)
tree16b5adfd7f5d48dd885f59d7313db3b3d9575d56 /udp514-journal.h
parentad9bd94d84d32d0a4d0a5f4448d1b54fb81a6fa6 (diff)
downloadudp514-journal-aedd6f6551da38c90135c9b607143909981bf4b7.tar.gz
udp514-journal-aedd6f6551da38c90135c9b607143909981bf4b7.tar.zst
parse and send priority
Diffstat (limited to 'udp514-journal.h')
-rw-r--r--udp514-journal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/udp514-journal.h b/udp514-journal.h
index d36fecf..e9b5469 100644
--- a/udp514-journal.h
+++ b/udp514-journal.h
@@ -8,6 +8,10 @@
#ifndef _UDP514_JOURNAL_H
#define _UDP514_JOURNAL_H
+#define _POSIX_C_SOURCE 200809L
+
+#define SYSLOG_NAMES
+
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>