From: Alex Brainman Date: Tue, 29 Jun 2010 14:12:14 +0000 (-0700) Subject: runtime: fix windows build X-Git-Tag: weekly.2010-07-01~36 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=059c7ba996c66e5782c8dbafa3f72858f880bd97;p=gostls13.git runtime: fix windows build R=golang-dev, iant CC=golang-dev https://golang.org/cl/1747041 --- diff --git a/src/pkg/runtime/windows/386/signal.c b/src/pkg/runtime/windows/386/signal.c index 663ed874bd..278bb7fc4c 100644 --- a/src/pkg/runtime/windows/386/signal.c +++ b/src/pkg/runtime/windows/386/signal.c @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +#include "runtime.h" + void initsig(int32 queue) {