diff options
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/ChangeLog | 4 | ||||
-rw-r--r-- | isisd/dict.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index f8d8d896..20be060a 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,7 @@ +2004-11-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * dict.c: Include "zassert.h" instead of <assert.h>. + 2004-10-13 Hasso Tepper <hasso at quagga.net> * isis_main.c: Initialize access list. Although we haven't route diff --git a/isisd/dict.c b/isisd/dict.c index 113e8c1f..3d5aae76 100644 --- a/isisd/dict.c +++ b/isisd/dict.c @@ -20,7 +20,7 @@ #include <stdlib.h> #include <stddef.h> -#include <assert.h> +#include "zassert.h" #define DICT_IMPLEMENTATION #include "dict.h" |