commit | 306ca83213aabe069f1645d1708bbc4f278e2a63 | [log] [tgz] |
---|---|---|
author | Peter Szilagyi <peszilagyi@gmail.com> | Tue Sep 13 17:37:06 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Tue Sep 27 20:50:17 2011 +0400 |
tree | bede2e33f238ff1d68fe16ee527e1b997e58a1b2 | |
parent | 89980759568ec5f5f50c225ef25a00938fc86c72 [diff] |
isisd: include hash.h, not hash.c
diff --git a/isisd/isis_pdu.c b/isisd/isis_pdu.c index 4ea3ebd..0896d54 100644 --- a/isisd/isis_pdu.c +++ b/isisd/isis_pdu.c
@@ -29,7 +29,7 @@ #include "log.h" #include "stream.h" #include "vty.h" -#include "hash.c" +#include "hash.h" #include "prefix.h" #include "if.h" #include "checksum.h"