From: John Gilmore Date: Fri, 31 Jan 1992 08:49:34 +0000 (+0000) Subject: * xm-vax.h: Include some system include files before our own X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=287f81eb64be5ef0e808b6022e45f15cfcb37d9c;p=binutils-gdb.git * xm-vax.h: Include some system include files before our own definitions in defs.h. --- diff --git a/gdb/xm-vax.h b/gdb/xm-vax.h index 9da7306216b..ebe2b9de468 100644 --- a/gdb/xm-vax.h +++ b/gdb/xm-vax.h @@ -17,6 +17,11 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* We have to include these files now, so that GDB will not make + competing definitions in defs.h. */ +#include +#include + #define HOST_BYTE_ORDER LITTLE_ENDIAN /* Get rid of any system-imposed stack limit if possible. */