1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

added reference to log.h, WIN32 needed it otherwise it would fail on finding prototypes

svn path=/trunk/icecast/; revision=4312
This commit is contained in:
oddsock 2003-02-02 14:32:21 +00:00
parent 0fb743aa78
commit f9e5bf3d07

View File

@ -1,6 +1,8 @@
#ifndef __LOGGING_H__
#define __LOGGING_H__
#include "log.h"
/* declare the global log descriptors */
extern int errorlog;