aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_windows_amd64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cgo/gcc_windows_amd64.c')
-rw-r--r--src/runtime/cgo/gcc_windows_amd64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/cgo/gcc_windows_amd64.c b/src/runtime/cgo/gcc_windows_amd64.c
index 7192a24631..0f8c817f0e 100644
--- a/src/runtime/cgo/gcc_windows_amd64.c
+++ b/src/runtime/cgo/gcc_windows_amd64.c
@@ -9,6 +9,7 @@
#include <stdio.h>
#include <errno.h>
#include "libcgo.h"
+#include "libcgo_windows.h"
static void threadentry(void*);