This code ran on dtbsun. Minor changes.
[egate.git] / util / lgets.c
index 9b9285b..1c311ec 100644 (file)
@@ -2,7 +2,10 @@
  * Europagate, 1995
  *
  * $Log: lgets.c,v $
- * Revision 1.2  1995/05/02 15:26:52  adam
+ * Revision 1.3  1995/05/03 12:18:55  adam
+ * This code ran on dtbsun. Minor changes.
+ *
+ * Revision 1.2  1995/05/02  15:26:52  adam
  * EINTR obvserved on reads and writes.
  *
  * Revision 1.1  1995/05/01  12:43:58  adam
@@ -15,6 +18,7 @@
 #include <assert.h>
 #include <ctype.h>
 #include <unistd.h>
+#include <errno.h>
 
 #include <gw-log.h>