mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix locations of headers.
svn path=/trunk/icecast/; revision=3439
This commit is contained in:
parent
4703f764d7
commit
9cf59b280c
@ -1,8 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <xmlmemory.h>
|
||||
#include <parser.h>
|
||||
#include <libxml/xmlmemory.h>
|
||||
#include <libxml/parser.h>
|
||||
#include "config.h"
|
||||
|
||||
#define CONFIG_DEFAULT_LOCATION "Earth"
|
||||
|
@ -3,9 +3,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <xmlmemory.h>
|
||||
#include <parser.h>
|
||||
#include <tree.h>
|
||||
#include <libxml/xmlmemory.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
|
||||
#include <thread/thread.h>
|
||||
#include <avl/avl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user