* Europagate, 1995
*
* $Log: gipc.c,v $
- * Revision 1.9 1995/05/18 12:03:41 adam
+ * Revision 1.10 1995/05/22 11:43:01 adam
+ * Minor changes on dtbsun - include of errno.h.
+ *
+ * Revision 1.9 1995/05/18 12:03:41 adam
* Bug fix in gipc_open: didn't catch EINTR.
* Memory leak fix in strqueue.c.
*
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
+#include <errno.h>
#include <gw-log.h>
#include <gip.h>
* Europagate, 1995
*
* $Log: gips.c,v $
- * Revision 1.7 1995/05/22 09:03:41 adam
+ * Revision 1.8 1995/05/22 11:43:01 adam
+ * Minor changes on dtbsun - include of errno.h.
+ *
+ * Revision 1.7 1995/05/22 09:03:41 adam
* New argument, block, to cs_open.
*
* Revision 1.6 1995/05/16 09:40:53 adam
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
+#include <errno.h>
#include <gw-log.h>
#include <gip.h>