mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
removed compilation warning
PR: bin/71624
This commit is contained in:
parent
0f3a007844
commit
72286081d0
2 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
#include <syslog.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <search.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <ifaddrs.h>
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
#include <syslog.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <search.h>
|
||||
#include "timer.h"
|
||||
|
||||
static struct rtadvd_timer timer_head;
|
||||
|
|
|
|||
Loading…
Reference in a new issue