From 7aba34bc4e3835dd84f13506555702993a3eeacc Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 5 Jan 2006 21:56:33 +0000 Subject: config.h should always be included so that necessary fixes can take effect. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@407 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/conf-parser.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/polyp/conf-parser.c b/polyp/conf-parser.c index b25508e2..8d2f2f68 100644 --- a/polyp/conf-parser.c +++ b/polyp/conf-parser.c @@ -19,6 +19,10 @@ USA. ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include -- cgit