* hostnm_.c: Include errno.h
authorRobert Lipe <robertl@dgii.com>
Wed, 27 Aug 1997 02:13:32 +0000 (02:13 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 27 Aug 1997 02:13:32 +0000 (20:13 -0600)
From-SVN: r14949

gcc/f/runtime/ChangeLog.egcs
gcc/f/runtime/libU77/hostnm_.c

index fbfc0f9..665ded2 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 26 20:14:08 1997  Robert Lipe  (robertl@dgii.com)
+
+       * hostnm_.c: Include errno.h
+
 Mon Aug 25 23:26:05 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
 
        * Makefile.in (mostlyclean, clean): Check if Makefile exists
index 2a7b590..a0e5dbf 100644 (file)
@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA.  */
 #if HAVE_UNISTD_H
 #  include <unistd.h>
 #endif
+#include <errno.h>
 #include "f2c.h"
 
 integer G77_hostnm_0 (char *name, ftnlen Lname)