Re-enable RMR libary's module tests
[ric-plt/lib/rmr.git] / src / rmr / si / src / si95 / sisetup.h
index 5d72b48..be428db 100644 (file)
@@ -28,6 +28,9 @@
 *****************************************************************************
 */
  
+#ifndef        _sisetup_h
+#define _sisetup_h
+
 #include <stdio.h>              //  standard io 
 #include <stdlib.h>
 #include <unistd.h>
@@ -40,6 +43,8 @@
 #include <sys/types.h>          //  various system files - types 
 #include <sys/socket.h>         //  socket defs 
 
+#include <rmr_logging.h>
+
 //  pure bsd supports SIGCHLD not SIGCLD as in bastard flavours 
 #ifndef SIGCHLD
 #define SIGCHLD SIGCLD
@@ -49,3 +54,5 @@
 #include "siconst.h"                   //  internal constants  and prototypes 
 #include "sistruct.h"                  //  real structure defs
 #include "siproto.h"
+
+#endif