Index: trunk/modules/half_gateway_target_2/caba/source/include/half_gateway_target_2.h
===================================================================
--- trunk/modules/half_gateway_target_2/caba/source/include/half_gateway_target_2.h	(revision 14)
+++ trunk/modules/half_gateway_target_2/caba/source/include/half_gateway_target_2.h	(revision 35)
@@ -25,4 +25,8 @@
  * Copyright: UPMC - LIP6
  */
+
+#ifndef SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H
+#define SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H
+
 #include <systemc>
 #include "vci_initiator.h"
@@ -197,4 +201,5 @@
 if( trace(sc_time_stamp()))
 std::cout << sc_time_stamp() << " -- " << m_name << " --  ring_rsp_fsm : DEFAULT " 
+          << " -- fifo_rsp_rok : " << m_rsp_fifo.rok()
           << " -- fifo_rsp_data : " << std::hex << m_rsp_fifo.read()
           << std::endl;
@@ -533,3 +538,3 @@
 }} // end namespace
 
-
+#endif // SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H
