aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1997-10-09 10:50:54 +0000
committerEivind Eklund <eivind@FreeBSD.org>1997-10-09 10:50:54 +0000
commit73db7d72c81aa0d3a7a266567efb8c1592250eb3 (patch)
treed44daca397e017a33b2709ae781e8a76f789eb99 /bin/dd
parentc54a85ca0d3c64142ddfd69621e1982a8fa68778 (diff)
downloadsrc-73db7d72c81aa0d3a7a266567efb8c1592250eb3.tar.gz
src-73db7d72c81aa0d3a7a266567efb8c1592250eb3.zip
Add <sys/errno.h>
Notes
Notes: svn path=/head/; revision=30246
Diffstat (limited to 'bin/dd')
-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 2a8891b6362d..13fb2d62b268 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>