]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: add missing include statement to bootstrap error code and signal generator
authorMikio Hara <mikioh.mikioh@gmail.com>
Sun, 9 Feb 2014 08:20:59 +0000 (17:20 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sun, 9 Feb 2014 08:20:59 +0000 (17:20 +0900)
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/54300054

src/pkg/syscall/mkerrors.sh

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