From f9e5bf3d0771444245b78e21339608cc75ed6570 Mon Sep 17 00:00:00 2001 From: oddsock Date: Sun, 2 Feb 2003 14:32:21 +0000 Subject: [PATCH] added reference to log.h, WIN32 needed it otherwise it would fail on finding prototypes svn path=/trunk/icecast/; revision=4312 --- src/logging.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/logging.h b/src/logging.h index 6fe75595..ae6d9b03 100644 --- a/src/logging.h +++ b/src/logging.h @@ -1,6 +1,8 @@ #ifndef __LOGGING_H__ #define __LOGGING_H__ +#include "log.h" + /* declare the global log descriptors */ extern int errorlog;