summaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.c
diff options
context:
space:
mode:
authorwsanchez <wsanchez@NetBSD.org>1998-10-14 00:56:00 +0000
committerwsanchez <wsanchez@NetBSD.org>1998-10-14 00:56:00 +0000
commitaf4e69540c88fae050e50289cdf59e08ac6a45b1 (patch)
tree865e5c59dbbf5329e96eca9ab364af03329c17d4 /usr.bin/printf/printf.c
parenta6e937b0969074fab44b097920fda21b5abd83f9 (diff)
include unistd
Diffstat (limited to 'usr.bin/printf/printf.c')
-rw-r--r--usr.bin/printf/printf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c
index e201e1e9e53..58d7dc4d553 100644
--- a/usr.bin/printf/printf.c
+++ b/usr.bin/printf/printf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: printf.c,v 1.19 1998/02/03 03:10:15 perry Exp $ */
+/* $NetBSD: printf.c,v 1.20 1998/10/14 00:56:00 wsanchez Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -45,7 +45,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)printf.c 8.2 (Berkeley) 3/22/95";
#else
-__RCSID("$NetBSD: printf.c,v 1.19 1998/02/03 03:10:15 perry Exp $");
+__RCSID("$NetBSD: printf.c,v 1.20 1998/10/14 00:56:00 wsanchez Exp $");
#endif
#endif /* not lint */
@@ -58,6 +58,7 @@ __RCSID("$NetBSD: printf.c,v 1.19 1998/02/03 03:10:15 perry Exp $");
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <string.h>
#include <unistd.h>