Email gateway obeys 'Reply-To:' in header.
[egate.git] / util / gipc.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>