[xiph-cvs] cvs commit: ices/src config.c
Michael Smith
msmith at xiph.org
Wed Jul 3 20:49:36 PDT 2002
msmith 02/07/03 20:49:35
Modified: src config.c
Log:
Fix header locations.
Revision Changes Path
1.7 +3 -3 ices/src/config.c
Index: config.c
===================================================================
RCS file: /usr/local/cvsroot/ices/src/config.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- config.c 2002/01/29 09:20:27 1.6
+++ config.c 2002/07/04 03:49:35 1.7
@@ -1,7 +1,7 @@
/* config.c
* - config file reading code, plus default settings.
*
- * $Id: config.c,v 1.6 2002/01/29 09:20:27 msmith Exp $
+ * $Id: config.c,v 1.7 2002/07/04 03:49:35 msmith Exp $
*
* Copyright (c) 2001 Michael Smith <msmith at labyrinth.net.au>
*
@@ -17,8 +17,8 @@
#include <time.h>
/* these might need tweaking for other systems */
-#include <xmlmemory.h>
-#include <parser.h>
+#include <libxml/xmlmemory.h>
+#include <libxml/parser.h>
#include "thread.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