From 56147d0b4339ad8d9e18d94f143124f63743dd51 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 13 Jan 2001 05:59:29 +0000 Subject: [PATCH] Include full-write.h. --- src/rtapelib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rtapelib.c b/src/rtapelib.c index 34f8662..2347266 100644 --- a/src/rtapelib.c +++ b/src/rtapelib.c @@ -1,5 +1,5 @@ /* Functions for communicating with a remote tape drive. - Copyright 1988, 92, 94, 96, 97, 99, 2000 Free Software Foundation, Inc. + Copyright 1988,92,94,96,97,99,2000, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,6 +33,7 @@ #include "system.h" #include +#include /* Try hard to get EOPNOTSUPP defined. 486/ISC has it in net/errno.h, 3B2/SVR3 has it in sys/inet.h. Otherwise, like on MSDOS, use EINVAL. */ -- 2.45.2