diff options
Diffstat (limited to 'src/input/vcd/libvcd/vcd_read.c')
-rw-r--r-- | src/input/vcd/libvcd/vcd_read.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/vcd/libvcd/vcd_read.c b/src/input/vcd/libvcd/vcd_read.c index 97db8899a..26e7d8cf7 100644 --- a/src/input/vcd/libvcd/vcd_read.c +++ b/src/input/vcd/libvcd/vcd_read.c @@ -1,5 +1,5 @@ /* - $Id: vcd_read.c,v 1.1 2003/10/13 11:47:12 f1rmb Exp $ + $Id: vcd_read.c,v 1.2 2004/04/11 12:20:32 miguelfreitas Exp $ Copyright (C) 2001,2003 Herbert Valerio Riedel <hvr@gnu.org> Copyright (C) 2003 Rocky Bernstein <rocky@gnu.org> @@ -21,7 +21,7 @@ #include "vcd_read.h" -#include "assert.h" +#include "vcd_assert.h" #include <libvcd/inf.h> #include <libvcd/files.h> #include <libvcd/logging.h> |