diff options
Diffstat (limited to 'src/pulsecore/props.c')
-rw-r--r-- | src/pulsecore/props.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <config.h> +#endif + #include <assert.h> #include <pulse/xmalloc.h> |