sparc: Add missing #include <stdint.h>.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 19 Dec 2012 16:57:11 +0000 (17:57 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 19 Dec 2012 16:57:11 +0000 (17:57 +0100)
ir/be/sparc/bearch_sparc_t.h

index ba91427..6a1f7fd 100644 (file)
@@ -12,6 +12,8 @@
 #define FIRM_BE_SPARC_BEARCH_SPARC_T_H
 
 #include <stdbool.h>
+#include <stdint.h>
+
 #include "bearch.h"
 
 typedef struct sparc_isa_t            sparc_isa_t;