From: Adam Dickmeiss Date: Mon, 22 May 1995 11:43:01 +0000 (+0000) Subject: Minor changes on dtbsun - include of errno.h. X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=1c4bcdac330c7dc71d2ab9f8a9f21062801c4f19;p=egate.git Minor changes on dtbsun - include of errno.h. --- diff --git a/util/gipc.c b/util/gipc.c index 40ba315..6881109 100644 --- a/util/gipc.c +++ b/util/gipc.c @@ -45,7 +45,10 @@ * 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 #include #include +#include #include #include diff --git a/util/gips.c b/util/gips.c index 70db68c..90e1256 100644 --- a/util/gips.c +++ b/util/gips.c @@ -45,7 +45,10 @@ * 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 #include #include +#include #include #include