diff options
Diffstat (limited to 'ripngd/ripng_main.c')
| -rw-r--r-- | ripngd/ripng_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c index 1677996eaa..a90dffce14 100644 --- a/ripngd/ripng_main.c +++ b/ripngd/ripng_main.c @@ -36,6 +36,7 @@ #include "privs.h" #include "sigevent.h" #include "vrf.h" +#include "sockopt.h" #include "ripngd/ripngd.h" @@ -201,7 +202,6 @@ main (int argc, char **argv) char *progname; struct thread thread; int dryrun = 0; - char *vty_sock_name; /* Set umask before anything for security */ umask (0027); |
