diff options
Diffstat (limited to 'src/head.c')
-rw-r--r-- | src/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c index 5b69dcda9..53c21accd 100644 --- a/src/head.c +++ b/src/head.c @@ -40,6 +40,7 @@ #include <sys/types.h> #include "system.h" #include "version.h" +#include "error.h" /* Number of lines/chars/blocks to head. */ #define DEFAULT_NUMBER 10 @@ -60,7 +61,6 @@ enum header_mode multiple_files, always, never }; -void error (); int safe_read (); static int head (); |