[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v1.0-dev-126-g38d0f4d
Colin Guthrie
gitmailer-noreply at 0pointer.de
Tue Mar 1 09:53:27 PST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from f834150aceccd753e3ac5bab9f7d64bed9993624 (commit)
- Log -----------------------------------------------------------------
38d0f4d Include <time.h> where necessary
-----------------------------------------------------------------------
Summary of changes:
src/modules/module-augment-properties.c | 1 +
src/pulsecore/cli-command.c | 1 +
src/pulsecore/core-scache.c | 1 +
src/tests/cpulimit-test.c | 2 +-
4 files changed, 4 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 38d0f4d15fc39575ea52c2832463d29050f8d0cb
Author: Maarten Bosmans <mkbosmans at gmail.com>
Date: Tue Mar 1 18:06:28 2011 +0100
Include <time.h> where necessary
diff --git a/src/modules/module-augment-properties.c b/src/modules/module-augment-properties.c
index bdeee29..8044b66 100644
--- a/src/modules/module-augment-properties.c
+++ b/src/modules/module-augment-properties.c
@@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <dirent.h>
+#include <time.h>
#include <pulse/xmalloc.h>
#include <pulse/volume.h>
diff --git a/src/pulsecore/cli-command.c b/src/pulsecore/cli-command.c
index 18dfb4c..de4995e 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>
diff --git a/src/pulsecore/core-scache.c b/src/pulsecore/core-scache.c
index 5ec6159..1aed907 100644
--- a/src/pulsecore/core-scache.c
+++ b/src/pulsecore/core-scache.c
@@ -32,6 +32,7 @@
#include <sys/stat.h>
#include <errno.h>
#include <limits.h>
+#include <time.h>
#ifdef HAVE_GLOB_H
#include <glob.h>
diff --git a/src/tests/cpulimit-test.c b/src/tests/cpulimit-test.c
index 9d0f4ee..282902a 100644
--- a/src/tests/cpulimit-test.c
+++ b/src/tests/cpulimit-test.c
@@ -22,7 +22,7 @@
#endif
#include <assert.h>
-#include <sys/time.h>
+#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#include <signal.h>
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list