1
0
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:
Mikio Hara 2014-02-09 17:20:59 +09:00
parent 2b93c4dd06
commit 65675a3e24

View File

@ -306,6 +306,7 @@ echo ')'
(
/bin/echo "
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <ctype.h>
#include <string.h>