]> git.proxmox.com Git - mirror_frr.git/commitdiff
isisd: include hash.h, not hash.c
authorPeter Szilagyi <peszilagyi@gmail.com>
Tue, 13 Sep 2011 13:37:06 +0000 (17:37 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Tue, 27 Sep 2011 16:50:17 +0000 (20:50 +0400)
isisd/isis_pdu.c

index 4ea3ebd656a6420813a33c1442b6a3ddc0ce3588..0896d540c3af20e134d46572d43f7078d3bd1841 100644 (file)
@@ -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"