From: Alexander Tsidaev Date: Tue, 2 Aug 2016 23:29:54 +0000 (+0500) Subject: touch.c: strerror(...) needs string.h X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4cd0578e5fbf66e4f41096cc081ad662fad1bc7d;p=FUZIX.git touch.c: strerror(...) needs string.h --- diff --git a/Applications/util/touch.c b/Applications/util/touch.c index f8a0e7d0..cb5fab15 100644 --- a/Applications/util/touch.c +++ b/Applications/util/touch.c @@ -2,6 +2,7 @@ #include #include #include +#include #include static time_t settime;