Include system.h if it was not already included
From-SVN: r21053
This commit is contained in:
parent
a87ef32399
commit
4dfb04c6f4
@ -1,3 +1,8 @@
|
|||||||
|
Fri Jul 10 19:06:59 1998 Michael Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
|
* varray.h: Include system.h if it hasn't already been included
|
||||||
|
before to get size_t declared.
|
||||||
|
|
||||||
Fri Jul 10 12:53:58 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
|
Fri Jul 10 12:53:58 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
|
||||||
|
|
||||||
* jump.c (jump_optimize): If after_regscan and our transformations
|
* jump.c (jump_optimize): If after_regscan and our transformations
|
||||||
|
@ -30,6 +30,10 @@
|
|||||||
#include "machmode.h"
|
#include "machmode.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __GCC_SYSTEM_H__
|
||||||
|
#include "system.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Union of various array types that are used. */
|
/* Union of various array types that are used. */
|
||||||
typedef union varray_data_tag {
|
typedef union varray_data_tag {
|
||||||
char c[1];
|
char c[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user