Include "config.h" rather than <config.h>.
[collectd.git] / src / network.c
index f2908d3..32af404 100644 (file)
@@ -21,7 +21,7 @@
  **/
 
 #if HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include <stdlib.h>