Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se>
Various warning fixes.

diff --git a/dlls/kernel/time.c b/dlls/kernel/time.c
index 0d3d3ee..8bfdd21 100644
--- a/dlls/kernel/time.c
+++ b/dlls/kernel/time.c
@@ -6,6 +6,7 @@
 
 #include <string.h>
 #include <unistd.h>
+#include <stdlib.h>
 #include <sys/time.h>
 #include <sys/times.h>
 #include "file.h"