From: Doug Evans Date: Thu, 25 Sep 1997 00:44:26 +0000 (+0000) Subject: xm-linux.h: Include some standard headers if not inhibit_libc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbfbedb141d3a0e232489dbc70a77e1a72644b84;p=gcc.git xm-linux.h: Include some standard headers if not inhibit_libc. * sparc/xm-linux.h: Include some standard headers if not inhibit_libc. Don't include xm-sparc.h. From-SVN: r15700 --- diff --git a/gcc/config/sparc/xm-linux.h b/gcc/config/sparc/xm-linux.h index 64dc7c8ddf9..9299e313029 100644 --- a/gcc/config/sparc/xm-linux.h +++ b/gcc/config/sparc/xm-linux.h @@ -1,5 +1,5 @@ /* Configuration for GCC for SPARC running Linux. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Contributed by Eddie C. Dost (ecd@skynet.be) This file is part of GNU CC. @@ -19,5 +19,10 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include +#ifndef inhibit_libc +#include +#include +#include +#endif + #include