summaryrefslogtreecommitdiff
path: root/ripd/rip_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_main.c')
-rw-r--r--ripd/rip_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c
index e46f867952..58dd2df6fa 100644
--- a/ripd/rip_main.c
+++ b/ripd/rip_main.c
@@ -35,6 +35,7 @@
#include "sigevent.h"
#include "zclient.h"
#include "vrf.h"
+#include "sockopt.h"
#include "ripd/ripd.h"
@@ -201,7 +202,6 @@ main (int argc, char **argv)
int dryrun = 0;
char *progname;
struct thread thread;
- char *vty_sock_name;
/* Set umask before anything for security */
umask (0027);