diff options
author | Jim Meyering <jim@meyering.net> | 1998-04-11 18:24:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-04-11 18:24:09 +0000 |
commit | b388203a65251b73dba040148039914062685c88 (patch) | |
tree | 8e3ef9af38a5d7232937ee76c4d1fe63efcb1603 /src/sum.c | |
parent | 66c7b3c41d44c5153e9e7cc93eaffc3cddc0aadd (diff) | |
download | coreutils-b388203a65251b73dba040148039914062685c88.tar.xz |
Include safe-read.h instead of merely declaring safe_read.
Diffstat (limited to 'src/sum.c')
-rw-r--r-- | src/sum.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* sum -- checksum and count the blocks in a file - Copyright (C) 86, 89, 91, 95, 96, 1997 Free Software Foundation, Inc. + Copyright (C) 86, 89, 91, 95, 96, 1997, 1998 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,8 +26,7 @@ #include <getopt.h> #include "system.h" #include "error.h" - -int safe_read (); +#include "safe-read.h" /* The name this program was run with. */ char *program_name; |