From 26cc5aff69856caf01a925ee1357b3650d806d67 Mon Sep 17 00:00:00 2001 From: Bert Date: Mon, 14 Feb 2011 17:51:04 +0100 Subject: Read filenames from stdin --- util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index fe8be58..2caf347 100644 --- a/util.h +++ b/util.h @@ -19,6 +19,7 @@ #ifndef UTIL_H #define UTIL_H +#include #include #define ABS(a) ((a) < 0 ? (-(a)) : (a)) @@ -34,4 +35,6 @@ void die(const char*, ...); void size_readable(float*, const char**); +char* readline(FILE*); + #endif /* UTIL_H */ -- cgit v1.2.3