From 03c1debb37520b8f76eae8e5e85b72cf25f0d24f Mon Sep 17 00:00:00 2001 From: Evgeniy Kozhuhovskiy Date: Wed, 12 Jan 2005 09:31:31 +0000 Subject: [PATCH] *** empty log message *** --- source/bforce/logger.c | 6 ------ source/include/includes.h | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/source/bforce/logger.c b/source/bforce/logger.c index f7a4de4..b1c5b4d 100644 --- a/source/bforce/logger.c +++ b/source/bforce/logger.c @@ -61,12 +61,6 @@ struct debuglevel { }; #endif /* DEBUG */ -#ifdef USE_SYSLOG - -#include - -#endif /* USE_SYSLOG */ - #ifndef USE_SYSLOG const char *log_getfilename(int whatfor) { diff --git a/source/include/includes.h b/source/include/includes.h index d90b400..0944199 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -125,6 +125,10 @@ #include #endif +#ifdef USE_SYSLOG +#include +#endif + /* * Include OS dependent information */