* ospfd.h: Include log.h, fixes compile with gcc-4.0.

	[backport candidate]
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index f169b8e..720826d 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 2a6c23e..a148695 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