summaryrefslogtreecommitdiff
path: root/src/input/vcd/libcdio/ds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/vcd/libcdio/ds.c')
-rw-r--r--src/input/vcd/libcdio/ds.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/vcd/libcdio/ds.c b/src/input/vcd/libcdio/ds.c
index bc015d79f..381c0f00c 100644
--- a/src/input/vcd/libcdio/ds.c
+++ b/src/input/vcd/libcdio/ds.c
@@ -1,5 +1,5 @@
/*
- $Id: ds.c,v 1.2 2004/04/11 12:20:31 miguelfreitas Exp $
+ $Id: ds.c,v 1.3 2005/01/01 02:43:57 rockyb Exp $
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
@@ -25,12 +25,12 @@
#include <stdlib.h>
#include <string.h>
-#include "ds.h"
+#include <cdio/ds.h>
#include <cdio/util.h>
#include <cdio/types.h>
#include "cdio_assert.h"
-static const char _rcsid[] = "$Id: ds.c,v 1.2 2004/04/11 12:20:31 miguelfreitas Exp $";
+static const char _rcsid[] = "$Id: ds.c,v 1.3 2005/01/01 02:43:57 rockyb Exp $";
struct _CdioList
{