Commit 65675a3e authored by Mikio Hara's avatar Mikio Hara

syscall: add missing include statement to bootstrap error code and signal generator

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/54300054
parent 2b93c4dd
...@@ -306,6 +306,7 @@ echo ')' ...@@ -306,6 +306,7 @@ echo ')'
( (
/bin/echo " /bin/echo "
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <errno.h> #include <errno.h>
#include <ctype.h> #include <ctype.h>
#include <string.h> #include <string.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment