From 32cb93517594c27209ecf040f25b5d734cf13d7b Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 13 May 2007 15:12:03 +0000 Subject: [PATCH] readded stdint.h header, otherwise you have no uintptr_t on unix, the real solution would be to use something different from uintptr_tr [r13837] --- ir/opt/ldst2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/opt/ldst2.c b/ir/opt/ldst2.c index 4372bacef..9c2b962c0 100644 --- a/ir/opt/ldst2.c +++ b/ir/opt/ldst2.c @@ -27,6 +27,8 @@ #include "config.h" #endif +#include + #include "array.h" #include "debug.h" #include "ircons.h" -- 2.20.1