readded stdint.h header, otherwise you have no uintptr_t on unix, the real solution...
authorMatthias Braun <matze@braunis.de>
Sun, 13 May 2007 15:12:03 +0000 (15:12 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 13 May 2007 15:12:03 +0000 (15:12 +0000)
[r13837]

ir/opt/ldst2.c

index 4372bac..9c2b962 100644 (file)
@@ -27,6 +27,8 @@
 #include "config.h"
 #endif
 
+#include <stdint.h>
+
 #include "array.h"
 #include "debug.h"
 #include "ircons.h"