summaryrefslogtreecommitdiff
path: root/coroutine/ppc64le/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/ppc64le/Context.h')
-rw-r--r--coroutine/ppc64le/Context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/coroutine/ppc64le/Context.h b/coroutine/ppc64le/Context.h
index adf21b4fd9..e36f9c3583 100644
--- a/coroutine/ppc64le/Context.h
+++ b/coroutine/ppc64le/Context.h
@@ -1,6 +1,8 @@
#pragma once
#include <assert.h>
+#include <stddef.h>
+#include <stdint.h>
#include <string.h>
#define COROUTINE __attribute__((noreturn)) void