]> Cypherpunks repositories - gostls13.git/commit
libmach: fix build on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Wed, 1 May 2013 22:48:13 +0000 (15:48 -0700)
committerRob Pike <r@golang.org>
Wed, 1 May 2013 22:48:13 +0000 (15:48 -0700)
commitc8942f021e99d1d0388bb6571fc3410de94a88d9
tree1bfaf78d8660a7ca991a0dccee911c80c74d553f
parent83feea5af85c18fdea9d4038026bb8e06eab1149
libmach: fix build on Plan 9

Include libc.h before bio.h in 8.c, because bio.h uses
the UTFmax enum, which is declared in libc.h, since
the recent switch to 21-bit runes in Plan 9.

The 5.c and 6.c files already includes libc.h.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9040047
src/libmach/8.c