libcollectdclient: Include "config.h" unconditionally.
[collectd.git] / src / libcollectdclient / network_parse.c
index 02e14b9..7483019 100644 (file)
@@ -23,9 +23,7 @@
  *   Florian octo Forster <octo at collectd.org>
  **/
 
-#if HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #if !defined(__GNUC__) || !__GNUC__
 #define __attribute__(x) /**/