isisd: include hash.h, not hash.c

This commit is contained in:
Peter Szilagyi 2011-09-13 17:37:06 +04:00 committed by Denis Ovsienko
parent 8998075956
commit 306ca83213

View 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"