summaryrefslogtreecommitdiff
path: root/src/wc.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-11 18:23:13 +0000
committerJim Meyering <jim@meyering.net>1998-04-11 18:23:13 +0000
commit66c7b3c41d44c5153e9e7cc93eaffc3cddc0aadd (patch)
tree3c4b4812329548d22a003c2d7043b92a69aaba82 /src/wc.c
parentac7b3c4fa9ed57b536207950255f71f0d0cd3448 (diff)
downloadcoreutils-66c7b3c41d44c5153e9e7cc93eaffc3cddc0aadd.tar.xz
Include safe-read.h instead of merely declaring safe_read.
Diffstat (limited to 'src/wc.c')
-rw-r--r--src/wc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wc.c b/src/wc.c
index 7ee31f9be..da05631a8 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -29,12 +29,11 @@
#include "system.h"
#include "error.h"
#include "human.h"
+#include "safe-read.h"
/* Size of atomic reads. */
#define BUFFER_SIZE (16 * 1024)
-int safe_read ();
-
/* The name this program was run with. */
char *program_name;