summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-11 18:24:09 +0000
committerJim Meyering <jim@meyering.net>1998-04-11 18:24:09 +0000
commitb388203a65251b73dba040148039914062685c88 (patch)
tree8e3ef9af38a5d7232937ee76c4d1fe63efcb1603 /src/split.c
parent66c7b3c41d44c5153e9e7cc93eaffc3cddc0aadd (diff)
downloadcoreutils-b388203a65251b73dba040148039914062685c88.tar.xz
Include safe-read.h instead of merely declaring safe_read.
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c
index 2baa5794d..bce8b8d3c 100644
--- a/src/split.c
+++ b/src/split.c
@@ -30,9 +30,9 @@
#include "system.h"
#include "error.h"
#include "xstrtol.h"
+#include "safe-read.h"
int full_write ();
-int safe_read ();
/* The name this program was run with. */
char *program_name;