mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Corrected includes. Made stuff that worked by accident actually work
This commit is contained in:
parent
651ece018c
commit
4f90399257
@ -28,6 +28,7 @@
|
||||
|
||||
#include "common/thread/thread.h"
|
||||
#include "cfgfile.h"
|
||||
#include "global.h"
|
||||
#include "refbuf.h"
|
||||
#include "client.h"
|
||||
#include "logging.h"
|
||||
|
@ -27,7 +27,7 @@ struct _mount_proxy;
|
||||
#include <libxml/tree.h>
|
||||
#include "common/thread/thread.h"
|
||||
#include "common/avl/avl.h"
|
||||
#include "global.h"
|
||||
#include "slave.h"
|
||||
#include "connection.h"
|
||||
|
||||
#define XMLSTR(str) ((xmlChar *)(str))
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "common/avl/avl.h"
|
||||
#include "common/httpp/httpp.h"
|
||||
|
||||
#include "global.h"
|
||||
#include "cfgfile.h"
|
||||
#include "connection.h"
|
||||
#include "refbuf.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
#endif
|
||||
|
||||
#include "event.h"
|
||||
#include "global.h"
|
||||
#include "logging.h"
|
||||
#define CATMODULE "event_exec"
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define ICECAST_VERSION_STRING "Icecast " PACKAGE_VERSION
|
||||
|
||||
#include "common/thread/thread.h"
|
||||
#include "common/avl/avl.h"
|
||||
#include "slave.h"
|
||||
#include "common/net/sock.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user