diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-10-20 14:03:17 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-10-20 14:03:17 (GMT) |
commit | a175e1b0ddafe74cdc425bab8cbd72617ddaacc4 (patch) | |
tree | b321ba74166f539cfb2446d9dbb4d070b043fc53 /lib | |
parent | 82ffcf87b6b9cd84f98ac8543d8e466ce5af95ba (diff) | |
download | monitoring-plugins-a175e1b0ddafe74cdc425bab8cbd72617ddaacc4.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fsusage.c | 2 | ||||
-rw-r--r-- | lib/mountlist.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c index 5a864bf..7339c80 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c | |||
@@ -15,7 +15,7 @@ | |||
15 | along with this program; if not, write to the Free Software Foundation, | 15 | along with this program; if not, write to the Free Software Foundation, |
16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
17 | 17 | ||
18 | #include "../plugins/config.h" | 18 | #include "config.h" |
19 | 19 | ||
20 | #if HAVE_INTTYPES_H | 20 | #if HAVE_INTTYPES_H |
21 | # include <inttypes.h> | 21 | # include <inttypes.h> |
diff --git a/lib/mountlist.c b/lib/mountlist.c index d171858..1af3cbb 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c | |||
@@ -15,7 +15,7 @@ | |||
15 | along with this program; if not, write to the Free Software Foundation, | 15 | along with this program; if not, write to the Free Software Foundation, |
16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
17 | 17 | ||
18 | #include "../plugins/config.h" | 18 | #include "config.h" |
19 | 19 | ||
20 | #include <stdio.h> | 20 | #include <stdio.h> |
21 | #include <sys/types.h> | 21 | #include <sys/types.h> |