diff options
| -rw-r--r-- | tools/rrdbot-get.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 <sys/socket.h>  #include <errno.h>  #include <unistd.h>  #include <syslog.h> @@ -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; | 
