Commit 4dfb04c6 by Michael Meissner Committed by Michael Meissner

Include system.h if it was not already included

From-SVN: r21053
parent a87ef323
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 @@ ...@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment