From a7095f97f346e32c6a064f8a770f4054616f3c9f Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 21 Apr 1996 17:05:11 +0000 Subject: [PATCH] Include sys/types.h before sys/file.h for sco3.2v5. Fix line overflow in FSF address. From-SVN: r11863 --- gcc/choose-temp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/choose-temp.c b/gcc/choose-temp.c index ae7989220a8..1cb26351e0c 100644 --- a/gcc/choose-temp.c +++ b/gcc/choose-temp.c @@ -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 #include /* May get R_OK, etc. on some systems. */ #endif -- 2.30.2