From 343f5cc76922c8c741a47d1ae9646fcf263d32d7 Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 25 Mar 2005 19:48:40 +0000 Subject: * ospfd.h: Include log.h, fixes compile with gcc-4.0. [backport candidate] --- ospfd/ospfd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ospfd/ospfd.h') diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index 2a6c23e9..a1486956 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -24,6 +24,7 @@ #define _ZEBRA_OSPFD_H #include "filter.h" +#include "log.h" #define OSPF_VERSION 2 -- cgit v1.2.1