summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cli-command.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-03-01 18:06:28 +0100
committerMaarten Bosmans <mkbosmans@gmail.com>2011-03-01 18:06:28 +0100
commit38d0f4d15fc39575ea52c2832463d29050f8d0cb (patch)
tree2de42f457944652ecaa8ad158a5cf6c054329b38 /src/pulsecore/cli-command.c
parentf834150aceccd753e3ac5bab9f7d64bed9993624 (diff)
Include <time.h> where necessary
Diffstat (limited to 'src/pulsecore/cli-command.c')
-rw-r--r--src/pulsecore/cli-command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/cli-command.c b/src/pulsecore/cli-command.c
index 18dfb4c3..de4995eb 100644
--- a/src/pulsecore/cli-command.c
+++ b/src/pulsecore/cli-command.c
@@ -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>