From 18d882551718f3e8da2c08ea664b4d0a1205212b Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Thu, 13 Sep 2012 12:55:44 +0300 Subject: trasher: Include all the necessary headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The missing headers are required for errno and for strerror. This fixes building of this tool on mingw32ce. Signed-off-by: Martin Storsjö --- tools/trasher.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/trasher.c b/tools/trasher.c index 11605b8a8e..35625e9a62 100644 --- a/tools/trasher.c +++ b/tools/trasher.c @@ -21,6 +21,8 @@ #include #include #include +#include +#include static uint32_t state; static uint32_t ran(void) -- cgit v1.2.3