summaryrefslogtreecommitdiff
path: root/ospfd
diff options
context:
space:
mode:
authorhasso <hasso>2005-03-25 19:48:40 +0000
committerhasso <hasso>2005-03-25 19:48:40 +0000
commit343f5cc76922c8c741a47d1ae9646fcf263d32d7 (patch)
treedd82bdb7e7ab441fcbf66d27ea10bc4007857012 /ospfd
parent7cee1bb15089e4e994958651bd45a6f81c4215aa (diff)
* ospfd.h: Include log.h, fixes compile with gcc-4.0.
[backport candidate]
Diffstat (limited to 'ospfd')
-rw-r--r--ospfd/ChangeLog4
-rw-r--r--ospfd/ospfd.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index f169b8e2..720826d3 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-25 Hasso Tepper <hasso at quagga.net>
+
+ * ospfd.h: Include log.h, fixes compile with gcc-4.0.
+
2005-03-13 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_lsa.c: (ospf_lsa_refresh_walker) If the system clock jumps
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