summaryrefslogtreecommitdiff
path: root/ripd/ripd.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-26 16:11:14 +0000
committerhasso <hasso>2004-09-26 16:11:14 +0000
commit1af8193311192ec1bd2a4d2769e0e9b90bc1609f (patch)
tree39b136c0cbc64dd6a39651ce21c5c93384bec50f /ripd/ripd.c
parentc9e52be3f4d98943b67fbbe5d9a7ccd823b88326 (diff)
Fix compiler warning.
Diffstat (limited to 'ripd/ripd.c')
-rw-r--r--ripd/ripd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c
index 6b79a16b..acf0e7d5 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"