aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@s-direktnet.de>1998-03-19 00:09:48 +0000
committerManfred Hollstein <manfred@s-direktnet.de>1998-03-19 00:09:48 +0000
commit362116b5d780f265cfcf872275f2c0dbecf39d0a (patch)
treeabd3fdd8eb3e0700a4116b71b2aecf2183b79d9e
parent83f1ad644147bd1e04880f8a49d277de77249c29 (diff)
* config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT. * flow.c (life_analysis): #include <sys/types.h> to make sure size_t is defined. * cplus-dem.c (demangle_function_name): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@18696 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/flow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 54ec3136f23..6dd84a42c21 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -109,6 +109,7 @@ Boston, MA 02111-1307, USA. */
reg_n_calls_crosses and reg_basic_block. */
#include "config.h"
+#include <sys/types.h>
#include <stdio.h>
#include "rtl.h"
#include "basic-block.h"