Minor changes on dtbsun - include of errno.h.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 May 1995 11:43:01 +0000 (11:43 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 May 1995 11:43:01 +0000 (11:43 +0000)
util/gipc.c
util/gips.c

index 40ba315..6881109 100644 (file)
  * 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.
  *
@@ -83,6 +86,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <errno.h>
 
 #include <gw-log.h>
 #include <gip.h>
index 70db68c..90e1256 100644 (file)
  * 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
@@ -76,6 +79,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <errno.h>
 
 #include <gw-log.h>
 #include <gip.h>