Include sys/types.h before sys/file.h for sco3.2v5.
authorDoug Evans <dje@gnu.org>
Sun, 21 Apr 1996 17:05:11 +0000 (17:05 +0000)
committerDoug Evans <dje@gnu.org>
Sun, 21 Apr 1996 17:05:11 +0000 (17:05 +0000)
Fix line overflow in FSF address.

From-SVN: r11863

gcc/choose-temp.c

index ae7989220a8fe300aacd0641931443ca67560eac..1cb26351e0ccf70eaf3e6453fefaed2ce743b9f5 100644 (file)
@@ -13,13 +13,14 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 
 You should have received a copy of the GNU Library General Public
-License along with libiberty; see the file COPYING.LIB.  If
-not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+License along with libiberty; see the file COPYING.LIB.  If not,
+write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 /* This file exports one function: choose_temp_base.  */
 
 #if ! defined (_WIN32) && ! defined (NO_SYS_FILE_H)
+#include <sys/types.h>
 #include <sys/file.h>   /* May get R_OK, etc. on some systems.  */
 #endif