[xiph-cvs] cvs commit: icecast/src config.c stats.c
Michael Smith
msmith at xiph.org
Fri Jun 28 21:29:41 PDT 2002
msmith 02/06/28 21:29:40
Modified: src config.c stats.c
Log:
Fix locations of headers.
Revision Changes Path
1.7 +2 -2 icecast/src/config.c
Index: config.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/config.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- config.c 2002/05/14 11:06:54 1.6
+++ config.c 2002/06/29 04:29:37 1.7
@@ -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"
<p><p>1.15 +3 -3 icecast/src/stats.c
Index: stats.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/stats.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- stats.c 2002/06/15 04:57:50 1.14
+++ stats.c 2002/06/29 04:29:37 1.15
@@ -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>
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list