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

@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <dirent.h>
#include <time.h>
#include <pulse/xmalloc.h>
#include <pulse/volume.h>

View file

@ -32,6 +32,7 @@
#include <ltdl.h>
#include <sys/stat.h>
#include <dirent.h>
#include <time.h>
#include <pulse/xmalloc.h>
#include <pulse/error.h>

View file

@ -32,6 +32,7 @@
#include <sys/stat.h>
#include <errno.h>
#include <limits.h>
#include <time.h>
#ifdef HAVE_GLOB_H
#include <glob.h>

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>