aboutsummaryrefslogtreecommitdiffstats
path: root/translate/grt/ghwlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'translate/grt/ghwlib.h')
-rw-r--r--translate/grt/ghwlib.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/translate/grt/ghwlib.h b/translate/grt/ghwlib.h
index 93fb15329..7441d1ee5 100644
--- a/translate/grt/ghwlib.h
+++ b/translate/grt/ghwlib.h
@@ -22,9 +22,12 @@
#define _GHWLIB_H_
#include <stdio.h>
-#include <stdint.h>
#include <stdlib.h>
+#ifdef __GNUC__
+#include <stdint.h>
+#endif
+
enum ghdl_rtik {
ghdl_rtik_top, /* 0 */
ghdl_rtik_library,
@@ -252,6 +255,7 @@ enum ghw_hie_kind {
ghw_hie_generate_if = 4,
ghw_hie_generate_for = 5,
ghw_hie_instance = 6,
+ ghw_hie_package = 7,
ghw_hie_process = 13,
ghw_hie_generic = 14,
ghw_hie_eos = 15,