aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9660srv/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9660srv/main.c')
-rw-r--r--src/cmd/9660srv/main.c2
1 files changed, 1 insertions, 1 deletions
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 <libc.h>
#include <auth.h>
#include <fcall.h>
+#include <errno.h>
#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[];