mirror of
https://github.com/golang/go
synced 2024-11-23 18:10:04 -07:00
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
This commit is contained in:
parent
2b93c4dd06
commit
65675a3e24
@ -306,6 +306,7 @@ echo ')'
|
||||
(
|
||||
/bin/echo "
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user