From f78fa42944de072c8e12ba9b6fe57b7ebe354868 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 29 Oct 2009 01:50:51 +0000 Subject: Fix build problems on FreeBSD * Add header * Remove unused variable --- tools/rrdbot-get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rrdbot-get.c b/tools/rrdbot-get.c index 27c8b75..2e904bf 100644 --- a/tools/rrdbot-get.c +++ b/tools/rrdbot-get.c @@ -37,6 +37,7 @@ */ #include "usuals.h" +#include #include #include #include @@ -425,7 +426,6 @@ version() int main (int argc, char* argv[]) { - char *bind_address = NULL; const char **local = NULL; int n_local = 0; char ch; -- cgit v1.2.3