Include <time.h> where necessary

This commit is contained in:
Maarten Bosmans 2011-03-01 18:06:28 +01:00
parent f834150ace
commit 38d0f4d15f
4 changed files with 4 additions and 1 deletions

View file

@ -22,7 +22,7 @@
#endif
#include <assert.h>
#include <sys/time.h>
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#include <signal.h>