Include time.h as compilation might fail with old gilb (2.4)

Thanks Jeff.

svn path=/trunk/; revision=36767
This commit is contained in:
Anders Broman 2011-04-21 13:56:06 +00:00
parent 65ff056f37
commit e522059ff9
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <glib.h>
#include <time.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>