From b388203a65251b73dba040148039914062685c88 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 11 Apr 1998 18:24:09 +0000 Subject: Include safe-read.h instead of merely declaring safe_read. --- src/head.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/head.c') diff --git a/src/head.c b/src/head.c index d7df731c1..42f76e423 100644 --- a/src/head.c +++ b/src/head.c @@ -1,5 +1,5 @@ /* head -- output first part of file(s) - Copyright (C) 89, 90, 91, 95, 96, 1997 Free Software Foundation, Inc. + Copyright (C) 89, 90, 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 @@ -32,6 +32,7 @@ #include "system.h" #include "error.h" #include "xstrtoul.h" +#include "safe-read.h" /* FIXME: someday, make this really *be* `long long'. */ typedef long int U_LONG_LONG; @@ -51,8 +52,6 @@ enum header_mode multiple_files, always, never }; -int safe_read (); - /* The name this program was run with. */ char *program_name; -- cgit v1.2.3-70-g09d2