summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_ini.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-03-31 05:31:14 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-03-31 05:31:14 (GMT)
commit20a8bf1a3ffcdf0e715e03ad654a4a08673e870f (patch)
tree742d894aa5c7a7ee844b855d0a4d6e27ff302cb6 /lib/tests/test_ini.c
parent8aa5ec317af49d811b1c4b65c905cca81f845321 (diff)
downloadmonitoring-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/tests/test_ini.c')
-rw-r--r--lib/tests/test_ini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test_ini.c b/lib/tests/test_ini.c
index 8474927..80396ca 100644
--- a/lib/tests/test_ini.c
+++ b/lib/tests/test_ini.c
@@ -18,8 +18,8 @@
18*****************************************************************************/ 18*****************************************************************************/
19 19
20#include "common.h" 20#include "common.h"
21#include "parse_ini.h"
22#include "utils_base.h" 21#include "utils_base.h"
22#include "parse_ini.h"
23 23
24#include "tap.h" 24#include "tap.h"
25 25