summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat.c b/src/cat.c
index 30e1eda57..8ef9d7161 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -32,12 +32,12 @@
#endif
#include "system.h"
#include "version.h"
+#include "error.h"
#define max(h,i) ((h) > (i) ? (h) : (i))
char *stpcpy ();
char *xmalloc ();
-void error ();
int full_write ();
int safe_read ();