summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-16 05:42:47 +0000
committerJim Meyering <jim@meyering.net>1994-12-16 05:42:47 +0000
commit7323b7d9f2c7710bf836cd31213b7e0c644cebe5 (patch)
tree59a49034b573c492cae9bbf0bd64e49e55e582ee /src/tac.c
parent8d6c6946ddc86f8af7c2cad20bc4209ee5b3f88b (diff)
downloadcoreutils-7323b7d9f2c7710bf836cd31213b7e0c644cebe5.tar.xz
Include "error.h" instead of simply declaring `void error ();'.
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac.c b/src/tac.c
index 40e1ecb2a..b13629840 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -44,6 +44,7 @@ tac -r -s '.\|
#include <regex.h>
#include "system.h"
#include "version.h"
+#include "error.h"
#ifndef STDC_HEADERS
char *malloc ();
@@ -68,7 +69,6 @@ static void output ();
static void save_stdin ();
static void xwrite ();
-void error ();
int full_write ();
int safe_read ();