commit | a7c21ecd6df936b2f6614956ef9167b5fcc165c8 | [log] [tgz] |
---|---|---|
author | Peter Szilagyi <peszilagyi@gmail.com> | Tue Sep 13 17:37:06 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Sun Sep 25 18:14:35 2011 +0400 |
tree | 4453a7014bb08e6476ed71980a451a9d05331d4f | |
parent | 3f0d3a1f9c7b7f751473d9293ba2272a28e2a8f2 [diff] |
isisd: include hash.h, not hash.c
diff --git a/isisd/isis_pdu.c b/isisd/isis_pdu.c index a2ab064..8219e83 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"