aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/runtime/stacker_rt.c
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/lib/runtime/stacker_rt.c')
-rw-r--r--projects/Stacker/lib/runtime/stacker_rt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/Stacker/lib/runtime/stacker_rt.c b/projects/Stacker/lib/runtime/stacker_rt.c
index 7474898eb0..d19b113154 100644
--- a/projects/Stacker/lib/runtime/stacker_rt.c
+++ b/projects/Stacker/lib/runtime/stacker_rt.c
@@ -20,8 +20,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
-#include <stdint.h>
-#include <sys/types.h>
+#include <inttypes.h>
extern int64_t _index_;
extern int64_t _stack_[];