From a175e1b0ddafe74cdc425bab8cbd72617ddaacc4 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 20 Oct 2003 14:03:17 +0000 Subject: Fix for config.h at top level. Required for intl/ git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@748 f882894a-f735-0410-b71e-b25c423dba1c --- lib/fsusage.c | 2 +- lib/mountlist.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/fsusage.c b/lib/fsusage.c index 5a864bf2..7339c805 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "../plugins/config.h" +#include "config.h" #if HAVE_INTTYPES_H # include diff --git a/lib/mountlist.c b/lib/mountlist.c index d171858a..1af3cbbd 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "../plugins/config.h" +#include "config.h" #include #include -- cgit v1.2.3-74-g34f1