From: Doug Evans Date: Sun, 21 Apr 1996 17:05:11 +0000 (+0000) Subject: Include sys/types.h before sys/file.h for sco3.2v5. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7095f97f346e32c6a064f8a770f4054616f3c9f;p=gcc.git Include sys/types.h before sys/file.h for sco3.2v5. Fix line overflow in FSF address. From-SVN: r11863 --- 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