diff options
author | suz <suz@FreeBSD.org> | 2004-10-22 07:31:12 +0000 |
---|---|---|
committer | suz <suz@FreeBSD.org> | 2004-10-22 07:31:12 +0000 |
commit | 1180ce10621895fa95cb87f42114df87638c6188 (patch) | |
tree | 4cd73ed51788ad58da4aa0e2e8e3345262af8827 | |
parent | 8c355dc192b1ab4a780472c0c4b7d3261d86063c (diff) | |
download | FreeBSD-src-1180ce10621895fa95cb87f42114df87638c6188.zip FreeBSD-src-1180ce10621895fa95cb87f42114df87638c6188.tar.gz |
removed compilation warning
PR: bin/71624
-rw-r--r-- | usr.sbin/rtadvd/config.c | 1 | ||||
-rw-r--r-- | usr.sbin/rtadvd/timer.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rtadvd/config.c b/usr.sbin/rtadvd/config.c index 27bedd7..09e4eac 100644 --- a/usr.sbin/rtadvd/config.c +++ b/usr.sbin/rtadvd/config.c @@ -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> diff --git a/usr.sbin/rtadvd/timer.c b/usr.sbin/rtadvd/timer.c index fb9f299..238bd8d 100644 --- a/usr.sbin/rtadvd/timer.c +++ b/usr.sbin/rtadvd/timer.c @@ -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; |