From 20035ed43cfd67cddd01969e155794e1e057d9e6 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 27 Feb 2014 23:17:47 -0500 Subject: all: DragonFly port. Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046 --- src/cmd/9660srv/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/9660srv') diff --git a/src/cmd/9660srv/main.c b/src/cmd/9660srv/main.c index cd20570c..44fdc512 100644 --- a/src/cmd/9660srv/main.c +++ b/src/cmd/9660srv/main.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "dat.h" #include "fns.h" @@ -38,7 +39,6 @@ Fcall *rep; uchar mdata[Maxiosize]; char fdata[Maxfdata]; uchar statbuf[STATMAX]; -int errno; extern Xfsub *xsublist[]; -- cgit v1.2.3