From b8ced4920bdcd3f94b77e22c02c2dae1da0a3b55 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 13 Jul 2007 06:53:59 +0000 Subject: fixed forgotten multi-include prevention --- syslogd-types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'syslogd-types.h') 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 */ -- cgit