diff options
-rw-r--r-- | src/pulse/browser.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulse/browser.c b/src/pulse/browser.c index 96625869..60c71090 100644 --- a/src/pulse/browser.c +++ b/src/pulse/browser.c @@ -19,6 +19,10 @@ USA. ***/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <assert.h> #include <howl.h> |