]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Fix compiler warning.
authorhasso <hasso>
Sun, 26 Sep 2004 16:11:14 +0000 (16:11 +0000)
committerhasso <hasso>
Sun, 26 Sep 2004 16:11:14 +0000 (16:11 +0000)
ripd/ChangeLog
ripd/ripd.c

index 1b018ee61babe9b66012197d04897fe23cd6df61..4ca580b9ea87fa6ce95cf7351b6efe41f146e28e 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-26 Hasso Tepper <hasso at quagga.net>
+
+       * ripd.c: Fix compiler warning.
+
 2004-09-23 Hasso Tepper <hasso at quagga.net>
 
        * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
index 6b79a16b4fa65a779f2b80bbc1c24825c85ea9c9..acf0e7d5ab89b947420e729cfdcbc7ed0fc3d08e 100644 (file)
@@ -31,6 +31,7 @@
 #include "stream.h"
 #include "filter.h"
 #include "sockunion.h"
+#include "sockopt.h"
 #include "routemap.h"
 #include "if_rmap.h"
 #include "plist.h"