removed compilation warning

PR:	bin/71624
This commit is contained in:
SUZUKI Shinsuke 2004-10-22 07:31:12 +00:00
parent 0f3a007844
commit 72286081d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136764
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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;