Code

Merge branch 'collectd-5.5'
authorFlorian Forster <octo@collectd.org>
Thu, 26 Nov 2015 13:22:28 +0000 (14:22 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 26 Nov 2015 13:22:28 +0000 (14:22 +0100)
1  2 
src/apache.c
src/daemon/common.c
src/statsd.c

diff --cc src/apache.c
Simple merge
index 8f22011ed57c46c94244f8273461fce3fa7af155,53c1f08ac5aa87c362844a8189e703e96a699b77..dfaa61aa24fc4e49c6617497981b7f108819ef49
  
  /* for getaddrinfo */
  #include <sys/types.h>
 -#include <sys/socket.h>
  #include <netdb.h>
  
+ #include <poll.h>
  #if HAVE_NETINET_IN_H
  # include <netinet/in.h>
  #endif
diff --cc src/statsd.c
Simple merge