diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-01-05 21:56:33 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-01-05 21:56:33 +0000 |
commit | 7aba34bc4e3835dd84f13506555702993a3eeacc (patch) | |
tree | ce49530b819994f11269b16914851fdcf81738e2 | |
parent | 2cf165db8bbcf43d9be3404f9566d523c8d6e323 (diff) |
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
-rw-r--r-- | polyp/conf-parser.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <config.h> +#endif + #include <assert.h> #include <string.h> #include <stdio.h> |