commit | 1af8193311192ec1bd2a4d2769e0e9b90bc1609f | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun Sep 26 16:11:14 2004 +0000 |
committer | hasso <hasso> | Sun Sep 26 16:11:14 2004 +0000 |
tree | 39b136c0cbc64dd6a39651ce21c5c93384bec50f | |
parent | c9e52be3f4d98943b67fbbe5d9a7ccd823b88326 [diff] [blame] |
Fix compiler warning.
diff --git a/ripd/ripd.c b/ripd/ripd.c index 6b79a16..acf0e7d 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"