diff options
Diffstat (limited to 'src/input/vcd/libvcd/dict.h')
-rw-r--r-- | src/input/vcd/libvcd/dict.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/vcd/libvcd/dict.h b/src/input/vcd/libvcd/dict.h index cade2a3d4..f7de3b1c9 100644 --- a/src/input/vcd/libvcd/dict.h +++ b/src/input/vcd/libvcd/dict.h @@ -1,5 +1,5 @@ /* - $Id: dict.h,v 1.1 2003/10/13 11:47:12 f1rmb Exp $ + $Id: dict.h,v 1.2 2004/04/11 12:20:32 miguelfreitas Exp $ Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org> @@ -25,7 +25,7 @@ #include <libvcd/types.h> /* Private headers */ -#include "assert.h" +#include "vcd_assert.h" #include "obj.h" #include "util.h" |