summaryrefslogtreecommitdiffstats
path: root/bin/dd/misc.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-10-09 10:50:54 +0000
committereivind <eivind@FreeBSD.org>1997-10-09 10:50:54 +0000
commit34721f2246b448528bd18c19d0016b1bdfe149f2 (patch)
tree6bdab386cd5d51648d71f48d43d12ff7c21751fa /bin/dd/misc.c
parentff0b06e0abe0ae28d79b03e5e3925130d3e602bb (diff)
downloadFreeBSD-src-34721f2246b448528bd18c19d0016b1bdfe149f2.zip
FreeBSD-src-34721f2246b448528bd18c19d0016b1bdfe149f2.tar.gz
Add <sys/errno.h>
Diffstat (limited to 'bin/dd/misc.c')
-rw-r--r--bin/dd/misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dd/misc.c b/bin/dd/misc.c
index 2a8891b..13fb2d6 100644
--- a/bin/dd/misc.c
+++ b/bin/dd/misc.c
@@ -34,13 +34,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: misc.c,v 1.7 1997/02/22 14:02:47 peter Exp $
+ * $Id: misc.c,v 1.8 1997/10/08 12:59:14 eivind Exp $
*/
#ifndef lint
static char const sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
+#include <sys/errno.h>
#include <sys/types.h>
#include <sys/time.h>
OpenPOWER on IntegriCloud