From: Florian Forster Date: Tue, 15 May 2007 17:20:27 +0000 (+0200) Subject: Include "config.h" rather than . X-Git-Tag: collectd-3.11.5~3 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=15e541d6bd585ff532c99b0c882339c3608c8be2;p=collectd.git Include "config.h" rather than . --- diff --git a/src/collectd.h b/src/collectd.h index a5c81694..61edcd59 100644 --- a/src/collectd.h +++ b/src/collectd.h @@ -24,7 +24,7 @@ #define COLLECTD_H #if HAVE_CONFIG_H -# include +# include "config.h" #endif #include diff --git a/src/common.c b/src/common.c index e7d561fd..fd1fbd40 100644 --- a/src/common.c +++ b/src/common.c @@ -23,7 +23,7 @@ **/ #if HAVE_CONFIG_H -# include +# include "config.h" #endif #include "common.h" diff --git a/src/network.c b/src/network.c index f2908d3c..32af4048 100644 --- a/src/network.c +++ b/src/network.c @@ -21,7 +21,7 @@ **/ #if HAVE_CONFIG_H -# include +# include "config.h" #endif #include diff --git a/src/utils_debug.c b/src/utils_debug.c index 067af21c..8bfe10b3 100644 --- a/src/utils_debug.c +++ b/src/utils_debug.c @@ -21,7 +21,7 @@ **/ #if HAVE_CONFIG_H -# include +# include "config.h" #endif #include "common.h" diff --git a/src/utils_ignorelist.c b/src/utils_ignorelist.c index 7f9e5c6d..d002c7aa 100644 --- a/src/utils_ignorelist.c +++ b/src/utils_ignorelist.c @@ -48,7 +48,7 @@ **/ #if HAVE_CONFIG_H -# include +# include "config.h" #endif #include "common.h" diff --git a/src/utils_mount.c b/src/utils_mount.c index 0e1a5c9c..163bd638 100644 --- a/src/utils_mount.c +++ b/src/utils_mount.c @@ -22,7 +22,7 @@ **/ #if HAVE_CONFIG_H -# include +# include "config.h" #endif #include "common.h"