Consistently include <config.h> in all C source files and never in header files.
[platform/upstream/dbus.git] / bus / config-parser.c
index d8ae459..2d19f2b 100644 (file)
@@ -20,6 +20,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
  */
+
+#include <config.h>
 #include "config-parser-common.h"
 #include "config-parser.h"
 #include "test.h"