diff options
Diffstat (limited to 'src/cat.c')
-rw-r--r-- | src/cat.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,13 +32,13 @@ #endif #include "system.h" #include "error.h" +#include "safe-read.h" /* Undefine, to avoid warning about redefinition on some systems. */ #undef max #define max(h,i) ((h) > (i) ? (h) : (i)) int full_write (); -int safe_read (); /* Name under which this program was invoked. */ char *program_name; |