From 6ac66e453f9c2007e9b1c6f3776c55eca0cd9140 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 11 Sep 2007 00:56:21 +0000 Subject: add missing config.h includes git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1800 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/props.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pulsecore/props.c') diff --git a/src/pulsecore/props.c b/src/pulsecore/props.c index 4a39f0fb..37e74194 100644 --- a/src/pulsecore/props.c +++ b/src/pulsecore/props.c @@ -21,6 +21,10 @@ USA. ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include -- cgit