summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2009-01-13 19:08:22 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2009-01-13 22:56:02 +0200
commit09641cc707b0cf45368fa9e61ca8607483b4989f (patch)
tree7805e702a0773a8d6a4bc523a49bd4491e8d6cca /src/pulsecore
parent49ae38347cbf9646e69ee4dd8ebe353e04aa650f (diff)
build: fix few warnings
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/core-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index d9fad11e..167d0735 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -27,6 +27,7 @@
#include <inttypes.h>
#include <stdarg.h>
#include <stdio.h>
+#include <string.h>
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>