From 67cda62aea0764929c6d37d872000d5e4c429dc8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 26 Sep 2014 07:03:59 -0600 Subject: [PATCH] Should include time.h --- fs/fs_poll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/fs_poll.c b/fs/fs_poll.c index 1bf22616a5..cbe30481b5 100644 --- a/fs/fs_poll.c +++ b/fs/fs_poll.c @@ -41,6 +41,7 @@ #include #include +#include #include #include #include