summaryrefslogtreecommitdiff
path: root/include/Core/Core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Core/Core.h')
-rw-r--r--include/Core/Core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Core/Core.h b/include/Core/Core.h
index c03cbd4..2693e41 100644
--- a/include/Core/Core.h
+++ b/include/Core/Core.h
@@ -11,7 +11,10 @@
#define LLVM_LIBFLANG_CORE_H
#include "Libflang.h"
+#include <stdint.h>
LIBFLANG_ABI void libflang_stop();
+LIBFLANG_ABI int32_t libflang_selected_int_kind(int32_t Range);
+
#endif