networkingtestandutils/networkingintegrationtest/inc/TestStep.h
branchRCL_3
changeset 59 e36178c55292
parent 16 6d5320894977
--- a/networkingtestandutils/networkingintegrationtest/inc/TestStep.h	Wed Sep 01 12:33:58 2010 +0100
+++ b/networkingtestandutils/networkingintegrationtest/inc/TestStep.h	Thu Sep 02 16:03:26 2010 +0100
@@ -26,7 +26,9 @@
 #if (!defined __TESTSTEP_H__)
 #define __TESTSTEP_H__
 
-#include "cinidata.h"
+// darios: cinidata is deprecated, see bug #1894
+//#include "cinidata.h"
+#include <iniparser.h>
 #include "networking/log.h"
 
 class CTestSuite;