From: hasso Date: Sun, 26 Sep 2004 16:11:14 +0000 (+0000) Subject: Fix compiler warning. X-Git-Tag: frr-2.0-rc1~3539 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=1af8193311192ec1bd2a4d2769e0e9b90bc1609f;p=matthieu%2Ffrr.git Fix compiler warning. --- diff --git a/ripd/ChangeLog b/ripd/ChangeLog index 1b018ee61b..4ca580b9ea 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,3 +1,7 @@ +2004-09-26 Hasso Tepper + + * ripd.c: Fix compiler warning. + 2004-09-23 Hasso Tepper * *.[c|h]: list -> struct list *, listnode -> struct listnode *. diff --git a/ripd/ripd.c b/ripd/ripd.c index 6b79a16b4f..acf0e7d5ab 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c @@ -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"