vcstime: Fix build warning
authorAlexey Gladkov <gladkov.alexey@gmail.com>
Sun, 3 Jan 2010 00:17:38 +0000 (03:17 +0300)
committerAlexey Gladkov <gladkov.alexey@gmail.com>
Sun, 3 Jan 2010 00:17:38 +0000 (03:17 +0300)
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
contrib/vcstime.c

index 1ee8edd..8eb12a1 100644 (file)
@@ -5,6 +5,7 @@
  * aeb, 951202, following a suggestion by Miguel de Icaza.
  */
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <time.h>