diff options
author | Russ Cox <rsc@golang.org> | 2014-09-12 00:55:24 -0400 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2014-09-12 00:55:24 -0400 |
commit | 1e5353f0b4743d02c1ba99f750094049ebdd05dc (patch) | |
tree | 2792d1d359945c1723c577a2aca92357abaee7d5 /src/syscall/asm_linux_amd64.s | |
parent | 9ea7b4e606b033d7c12c67fa2508f74aca2a8118 (diff) | |
download | go-1e5353f0b4743d02c1ba99f750094049ebdd05dc.tar.gz |
syscall: add #include "funcdata.h" to files modified in last CL
That's what defines GO_ARGS.
TBR=khr
CC=golang-codereviews
https://codereview.appspot.com/141460043
Diffstat (limited to 'src/syscall/asm_linux_amd64.s')
-rw-r--r-- | src/syscall/asm_linux_amd64.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syscall/asm_linux_amd64.s b/src/syscall/asm_linux_amd64.s index fb6672624..6c9e65451 100644 --- a/src/syscall/asm_linux_amd64.s +++ b/src/syscall/asm_linux_amd64.s @@ -6,6 +6,7 @@ // so that go vet can check that they are correct. #include "textflag.h" +#include "funcdata.h" // // System calls for AMD64, Linux |