summaryrefslogtreecommitdiff
path: root/src/wc.c
diff options
context:
space:
mode:
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;