summaryrefslogtreecommitdiff
path: root/src/tr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tr.c')
-rw-r--r--src/tr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tr.c b/src/tr.c
index 14f834329..68ba44c11 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -31,6 +31,7 @@
#include "system.h"
#include "error.h"
+#include "safe-read.h"
#define N_CHARS (UCHAR_MAX + 1)
@@ -205,8 +206,6 @@ struct E_string
and is not escaped itself. */
#define ES_MATCH(ES, I, C) ((ES)->s[(I)] == (C) && !(ES)->escaped[(I)])
-int safe_read ();
-
/* The name by which this program was run. */
char *program_name;