From 15e541d6bd585ff532c99b0c882339c3608c8be2 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 15 May 2007 19:20:27 +0200 Subject: [PATCH] Include "config.h" rather than . --- src/collectd.h | 2 +- src/common.c | 2 +- src/network.c | 2 +- src/utils_debug.c | 2 +- src/utils_ignorelist.c | 2 +- src/utils_mount.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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" -- 2.30.2