summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd-types.h')
-rw-r--r--syslogd-types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/syslogd-types.h b/syslogd-types.h
index 3a33e693..ca608149 100644
--- a/syslogd-types.h
+++ b/syslogd-types.h
@@ -22,6 +22,9 @@
*
* A copy of the GPL can be found in the file "COPYING" in this distribution.
*/
+#ifndef SYSLOGD_TYPES_INCLUDED
+#define SYSLOGD_TYPES_INCLUDED 1
+
#include "config.h" /* make sure we have autoconf macros */
#include "stringbuf.h"
@@ -263,3 +266,5 @@ struct filed {
* also used to detect duplicates. */
};
typedef struct filed selector_t; /* new type name */
+
+#endif /* #ifndef SYSLOGD_TYPES_INCLUDED */