0
0
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:
Philipp Schafft 2015-08-10 08:47:52 +00:00
parent 16dac2505e
commit f5d728d730

View File

@ -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() */