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:
parent
0fb743aa78
commit
f9e5bf3d07
@ -1,6 +1,8 @@
|
||||
#ifndef __LOGGING_H__
|
||||
#define __LOGGING_H__
|
||||
|
||||
#include "log.h"
|
||||
|
||||
/* declare the global log descriptors */
|
||||
|
||||
extern int errorlog;
|
||||
|
Loading…
Reference in New Issue
Block a user