diff options
| author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-31 05:31:14 +0000 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-31 05:31:14 +0000 |
| commit | 20a8bf1a3ffcdf0e715e03ad654a4a08673e870f (patch) | |
| tree | 742d894aa5c7a7ee844b855d0a4d6e27ff302cb6 /lib/parse_ini.c | |
| parent | 8aa5ec317af49d811b1c4b65c905cca81f845321 (diff) | |
| download | monitoring-plugins-20a8bf1a3ffcdf0e715e03ad654a4a08673e870f.tar.gz | |
Fix for last commit - I accidentaly broke my local Makefile and tests weren't being re-compiled.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1968 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/parse_ini.c')
| -rw-r--r-- | lib/parse_ini.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c index 67d8367f..e2e5d2c5 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c | |||
| @@ -26,8 +26,8 @@ | |||
| 26 | *****************************************************************************/ | 26 | *****************************************************************************/ |
| 27 | 27 | ||
| 28 | #include "common.h" | 28 | #include "common.h" |
| 29 | #include "parse_ini.h" | ||
| 30 | #include "utils_base.h" | 29 | #include "utils_base.h" |
| 30 | #include "parse_ini.h" | ||
| 31 | #include <ctype.h> | 31 | #include <ctype.h> |
| 32 | 32 | ||
| 33 | #include <sys/types.h> | 33 | #include <sys/types.h> |
