mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04:00
Fix: Include required headers
This commit is contained in:
parent
16dac2505e
commit
f5d728d730
@ -14,6 +14,10 @@
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
|
||||
/* for free() and strdup() */
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "playlist.h"
|
||||
|
||||
/* for XMLSTR() */
|
||||
|
Loading…
x
Reference in New Issue
Block a user