diff options
| author | Jim Meyering <jim@meyering.net> | 1994-12-27 13:36:22 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1994-12-27 13:36:22 +0000 |
| commit | 59097c0922bb1888f0dcdc9ee5b51e33f18fba6f (patch) | |
| tree | 5492e5eb5822f0d6a106dda321628078d5c72bf3 /src/sync.c | |
| parent | * dd.c (skip): Use safe_read instead of read. (diff) | |
| download | coreutils-59097c0922bb1888f0dcdc9ee5b51e33f18fba6f.tar.gz coreutils-59097c0922bb1888f0dcdc9ee5b51e33f18fba6f.zip | |
Include "error.h" rather than simply declaring `void error ();'.
Diffstat (limited to 'src/sync.c')
| -rw-r--r-- | src/sync.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sync.c b/src/sync.c index d2968a5ac..7e437e184 100644 --- a/src/sync.c +++ b/src/sync.c @@ -24,8 +24,7 @@ #include "system.h" #include "long-options.h" #include "version.h" - -void error (); +#include "error.h" /* The name this program was run with. */ char *program_name; |
