summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2003-10-28 13:48:45 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2003-10-28 13:48:45 +0000
commit52cca71494b20e9b620775a60be9ff885a329480 (patch)
tree84455c3637991c09f479dfa2f5f495f154edd0bd /src
parent2659a8905f34155a35d18990317cc5290019781f (diff)
downloadxine-lib-52cca71494b20e9b620775a60be9ff885a329480.tar.gz
xine-lib-52cca71494b20e9b620775a60be9ff885a329480.tar.bz2
Change .dsp and .dsw files for simple using under VCC 6.0 - just change unix end lines to dos end lines.
First small changes for compilation engine under VCC, but it isn't finished yet. CVS patchset: 5624 CVS date: 2003/10/28 13:48:45
Diffstat (limited to 'src')
-rw-r--r--src/xine-utils/xmlparser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-utils/xmlparser.c b/src/xine-utils/xmlparser.c
index 429a3bdf9..b3d63a56e 100644
--- a/src/xine-utils/xmlparser.c
+++ b/src/xine-utils/xmlparser.c
@@ -18,10 +18,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xmlparser.c,v 1.9 2003/09/16 02:12:54 storri Exp $
+ * $Id: xmlparser.c,v 1.10 2003/10/28 13:48:45 valtri Exp $
*
*/
+#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>