Eliminate the SI receive buffer length requirement
[ric-plt/lib/rmr.git] / src / rmr / si / src / si95 / sisetup.h
index 5c88c27..be428db 100644 (file)
@@ -28,6 +28,9 @@
 *****************************************************************************
 */
  
+#ifndef        _sisetup_h
+#define _sisetup_h
+
 #include <stdio.h>              //  standard io 
 #include <stdlib.h>
 #include <unistd.h>
@@ -51,3 +54,5 @@
 #include "siconst.h"                   //  internal constants  and prototypes 
 #include "sistruct.h"                  //  real structure defs
 #include "siproto.h"
+
+#endif